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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???蒻??B | 0011111100111111001111111110010011101000001111110011111101000010 | 3f3f3fe4e83f3f42 |
EUC-JP | ???蒻??B | 0011111100111111001111111110100011101010001111110011111101000010 | 3f3f3fe8ea3f3f42 |
UTF-8 | 療며뿏蒻며뮵B | 11101111101001111000000111101011101010011011000011101011101111111000111111101000100100101011101111101011101010011011000011101011101011101011010101000010 | efa781eba9b0ebbf8fe892bbeba9b0ebaeb542 |
UHC | 療며뿏蒻며뮵B | 11101000111111101011100011100111100101111001010011100101101101101011100011100111100100101011110101000010 | e8feb8e79794e5b6b8e792bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)