To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諍???? | 111001100111100100111111001111110011111100111111 | e6793f3f3f3f |
EUC-JP | 諍??泮? | 1110101111011010001111110011111110001111110001111010100000111111 | ebda3f3f8fc7a83f |
UTF-8 | 諍쾡렫泮립 | 111010001010101110001101111011001011111010100001111010111010000010101011111001101011001110101110111010111010011010111101 | e8ab8decbea1eba0abe6b3aeeba6bd |
UHC | 諍쾡렫泮립 | 11101110101101011100010011101001100011101011100111011010111010101011100010110011 | eeb5c4e98eb9daeab8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)