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 | 辭ワ住 | 111001111000011010000011100011111000111101011010 | e786838f8f5a |
EUC-JP | 辭ワ住 | 111011011110011010100101111011111011110110111011 | ede6a5efbdbb |
UTF-8 | 辭ワ住 | 111010001011111010101101111000111000001110101111111001001011110110001111 | e8beade383afe4bd8f |
UHC | 辭ワ住 | 110111101111011010101011111011111111000110101100 | def6abeff1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)