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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 漕??? | 1001000110000110001111110011111100111111 | 91863f3f3f |
EUC-JP | 漕??? | 1100000111100110001111110011111100111111 | c1e63f3f3f |
UTF-8 | 漕롁롙롚 | 111001101011110010010101111010111010000110000001111010111010000110011001111010111010000110011010 | e6bc95eba181eba199eba19a |
UHC | 漕롁롙롚 | 1111000011001100100011101100100010001110110111011000111011011110 | f0cc8ec88edd8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)