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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嵬??蘊 | 100110111100101000111111001111111110010101011101 | 9bca3f3fe55d |
EUC-JP | 嵬??蘊 | 110101101100110000111111001111111110100110111110 | d6cc3f3fe9be |
UTF-8 | 嵬뚨툧蘊 | 111001011011010110101100111010111001101010101000111011011000100010100111111010001001100010001010 | e5b5aceb9aa8ed88a7e8988a |
UHC | 嵬뚨툧蘊 | 1110100011100011100011001110011110111000100111101110100010110011 | e8e38ce7b89ee8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)