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 | 獏犇猖獏 | 1110000011010001111000001011010011100000110010011110000011010001 | e0d1e0b4e0c9e0d1 |
EUC-JP | 獏犇猖獏 | 1110000011010011111000001011011011100000110010111110000011010011 | e0d3e0b6e0cbe0d3 |
UTF-8 | 獏犇猖獏 | 111001111000110110001111111001111000101010000111111001111000110010010110111001111000110110001111 | e78d8fe78a87e78c96e78d8f |
UHC | ??猖? | 0011111100111111111100111110100100111111 | 3f3ff3e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)