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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 矮?弔 | 1110000111100010001111111001001010100010 | e1e23f92a2 |
EUC-JP | 矮?弔 | 1110001011100100001111111100010010100100 | e2e43fc4a4 |
UTF-8 | 矮렡弔 | 111001111001111110101110111010111010000010100001111001011011110010010100 | e79faeeba0a1e5bc94 |
UHC | 矮렡弔 | 111010001110000110001110101100101111000011000000 | e8e18eb2f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)