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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 闌ッ莠墓侍B | 11101000100011001010111111100100101110101001010111100110100011101001100001000010 | e88cafe4ba95e68e9842 |
EUC-JP | 闌ッ莠墓侍B | 1110111111101100100011101010111111101000101111001100101011101000101110111111100001000010 | efec8eafe8bccae8bbf842 |
UTF-8 | 闌ッ莠墓侍B | 11101001100101111000110011101111101111011010111111101000100011101010000011100101101000101001001111100100101111101000110101000010 | e9978cefbdafe88ea0e5a293e4be8d42 |
UHC | ???墓侍B | 0011111100111111001111111101100111010111111000111011010001000010 | 3f3f3fd9d7e3b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)