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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 暗齊? | 1000100011000011111010101000111000111111 | 88c3ea8e3f |
EUC-JP | 暗齊? | 1011000011000101111100111110111000111111 | b0c5f3ee3f |
UTF-8 | 暗齊샬 | 111001101001101010010111111010011011110110001010111011001000001110101100 | e69a97e9bd8aec83ac |
UHC | 暗齊샬 | 111001001101111011110000101110101011110010100011 | e4def0babca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)