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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 獺艪獺艪B | 111000001101101011100100100000101110000011011010111001001000001001000010 | e0dae482e0dae48242 |
EUC-JP | 獺艪獺艪B | 111000001101110011100111111000101110000011011100111001111110001001000010 | e0dce7e2e0dce7e242 |
UTF-8 | 獺艪獺艪B | 11100111100011011011101011101000100010011010101011100111100011011011101011101000100010011010101001000010 | e78dbae889aae78dbae889aa42 |
UHC | 獺?獺?B | 11010011101101110011111111010011101101110011111101000010 | d3b73fd3b73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)