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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???曜⑨?^ | 001111110011111100111111100101110110101010000111010010000011111101011110 | 3f3f3f976a87483f5e |
EUC-JP | 縕??曜??^ | 10001111110101001100001000111111001111111100110111001011001111110011111101011110 | 8fd4c23f3fcdcb3f3f5e |
UTF-8 | 縕낉슬曜⑨슁^ | 11100111101110001001010111101011100000101000100111101100100010101010110011100110100110111001110011100010100100011010100011101100100010101000000101011110 | e7b895eb8289ec8aace69b9ce291a8ec8a815e |
UHC | 縕낉슬曜⑨슁^ | 11101000101100101000010111101111101111011011110111101000111110001010100011101111101111011011001101011110 | e8b285efbdbde8f8a8efbdb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)