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 | 諸堪? | 1000111110010100100010101010110000111111 | 8f948aac3f |
EUC-JP | 諸堪? | 1011110111110100101101001010111000111111 | bdf4b4ae3f |
UTF-8 | 諸堪렡 | 111010001010101110111000111001011010000010101010111010111010000010100001 | e8abb8e5a0aaeba0a1 |
UHC | 諸堪렡 | 111100001011001111001010111011011000111010110010 | f0b3caed8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)