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 | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 闌ッ隱瑚ケエK | 11101000100011001010111111101000101010101000110011101000101110011011010001001011 | e88cafe8aa8ce8b9b44b |
EUC-JP | 闌ッ隱瑚ケエK | 11101111111011001000111010101111111100001010110010111000111010101000111010111001100011101011010001001011 | efec8eaff0acb8ea8eb98eb44b |
UTF-8 | 闌ッ隱瑚ケエK | 11101001100101111000110011101111101111011010111111101001100110101011000111100111100100011001101011101111101111011011100111101111101111011011010001001011 | e9978cefbdafe99ab1e7919aefbdb9efbdb44b |
UHC | ??隱瑚??K | 001111110011111111101011110111111111101111010001001111110011111101001011 | 3f3febdffbd13f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)