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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鸚??肉?㎞ | 111010100101111100111111001111111001001111110111001111111000011101110001 | ea5f3f3f93f73f8771 |
EUC-JP | 鸚??肉?? | 1111001111000000001111110011111111000110111110010011111100111111 | f3c03f3fc6f93f3f |
UTF-8 | 鸚룸씥肉삼㎞ | 111010011011100010011010111010111010001110111000111011001001010010100101111010001000001010001001111011001000001010111100111000111000111010011110 | e9b89aeba3b8ec94a5e88289ec82bce38e9e |
UHC | 鸚룸씥肉삼㎞ | 111001011010010010110111111010111001110110111001111010111011111110111011111011111010011110110000 | e5a4b7eb9db9ebbfbbefa7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)