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 | 褥作─ | 111001011111000110001101111011001000010010011111 | e5f18dec849f |
EUC-JP | 褥作─ | 111010101111001110111010111011101010100010100001 | eaf3baeea8a1 |
UTF-8 | 褥作─ | 111010001010010010100101111001001011110110011100111000101001010010000000 | e8a4a5e4bd9ce29480 |
UHC | 褥作─ | 111010011011001111101101110000101010011010100001 | e9b3edc2a6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)