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 | 顴篩f | 111010010100000111100010101111111000001010000110 | e941e2bf8286 |
EUC-JP | 顴篩f | 111100011010001011100100110000011010001111100110 | f1a2e4c1a3e6 |
UTF-8 | 顴篩f | 111010011010000110110100111001111010111110101001111011111011110110000110 | e9a1b4e7afa9efbd86 |
UHC | ?篩f | 0011111111011110111010001010001111100110 | 3fdee8a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)