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 | 褥作│ | 111001011111000110001101111011001000010010100000 | e5f18dec84a0 |
EUC-JP | 褥作│ | 111010101111001110111010111011101010100010100010 | eaf3baeea8a2 |
UTF-8 | 褥作│ | 111010001010010010100101111001001011110110011100111000101001010010000010 | e8a4a5e4bd9ce29482 |
UHC | 褥作│ | 111010011011001111101101110000101010011010100010 | e9b3edc2a6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)