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 | ?猫曹 | 0011111110010100010011001001000110000010 | 3f944c9182 |
EUC-JP | ?猫曹 | 0011111111000111101011011100000111100010 | 3fc7adc1e2 |
UTF-8 | 뤗猫曹 | 111010111010010010010111111001111000110010101011111001101001101110111001 | eba497e78cabe69bb9 |
UHC | 뤗猫曹 | 100011111100011111011001110111101111000011000111 | 8fc7d9def0c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)