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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?鈒?鈒^ | 001111111000111111100011110000100011111110001111111000111100001001011110 | 3f8fe3c23f8fe3c25e |
UTF-8 | 롆鈒롆鈒^ | 11101011101000011000011011101001100010001001001011101011101000011000011011101001100010001001001001011110 | eba186e98892eba186e988925e |
UHC | 롆鈒롆鈒^ | 100011101100110011011111101111001000111011001100110111111011110001011110 | 8eccdfbc8eccdfbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)