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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 逶也刻I | 11100111100110111001011011100111100011011000111101001001 | e79b96e78d8f49 |
EUC-JP | 逶也刻I | 11101101111110111100110011101001101110011110111101001001 | edfbcce9b9ef49 |
UTF-8 | 逶也刻I | 11101001100000001011011011100100101110011001111111100101100010001011101101001001 | e980b6e4b99fe588bb49 |
UHC | ?也刻I | 001111111110010110100101110010101011111001001001 | 3fe5a5cabe49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)