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 | 咳??海? | 10001010010100000011111100111111100010100100001100111111 | 8a503f3f8a433f |
EUC-JP | 咳??海? | 10110011101100010011111100111111101100111010010000111111 | b3b13f3fb3a43f |
UTF-8 | 咳띌씌海렭 | 111001011001001010110011111010111001110110001100111011001001010010001100111001101011010110110111111010111010000010101101 | e592b3eb9d8cec948ce6b5b7eba0ad |
UHC | 咳띌씌海렭 | 11111010101001101011011011101001101111101011101011111010101011011000111010111010 | faa6b6e9bebafaad8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)