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 | ??鴉? | 0011111100111111111010011110101100111111 | 3f3fe9eb3f |
EUC-JP | ??鴉? | 0011111100111111111100101110110100111111 | 3f3ff2ed3f |
UTF-8 | 뇬틸鴉뇬 | 111010111000011110101100111011011000101110111000111010011011010010001001111010111000011110101100 | eb87aced8bb8e9b489eb87ac |
UHC | 뇬틸鴉뇬 | 1011010010100100110001101011111111100100101111001011010010100100 | b4a4c6bfe4bcb4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)