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 | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
SJIS-WIN | シヲ_硝 | 111100101111010010111100101001100101111110001111110010011111010010111100 | f2f4bca65f8fc9f4bc |
EUC-JP | ?シヲ_硝? | 001111111000111010111100100011101010011001011111101111101100101100111111 | 3f8ebc8ea65fbecb3f |
UTF-8 | シヲ_硝 | 11101110100010001010101111101111101111011011110011101111101111011010011001011111111001111010000110011101111011101000110110101011 | ee88abefbdbcefbda65fe7a19dee8dab |
UHC | ???_硝? | 00111111001111110011111101011111111101011010011000111111 | 3f3f3f5ff5a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)