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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯辞鴣室軸 | 111010011111001010001110101010111110100111110011100011101011101011110010101000011000111010110010 | e9f28eabe9f38ebaf2a18eb2 |
EUC-JP | 鶯辞鴣室?軸 | 1111001011110100101111001010110111110010111101011011110010111100001111111011110010110100 | f2f4bcadf2f5bcbc3fbcb4 |
UTF-8 | 鶯辞鴣室軸 | 111010011011011010101111111010001011111010011110111010011011010010100011111001011010111010100100111011101000011110011000111010001011101110111000 | e9b6afe8be9ee9b4a3e5aea4ee8798e8bbb8 |
UHC | 鶯??室?軸 | 111001011010001100111111001111111110001111111000001111111111010111101110 | e5a33f3fe3f83ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)