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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺??野? | 11111011110001000011111100111111100101101110110000111111 | fbc43f3f96ec3f |
EUC-JP | 鈺??野? | 1000111111100011110101010011111100111111110011001110111000111111 | 8fe3d53f3fccee3f |
UTF-8 | 鈺곫뇛野륽 | 111010011000100010111010111010101011001110101011111010111000011110011011111010011000011110001110111010111010010110111101 | e988baeab3abeb879be9878eeba5bd |
UHC | 鈺곫뇛野륽 | 11101000101011011000000111100110100001111000011011100101101011111001000001011010 | e8ad81e68786e5af905a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)