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 | 貅川楸蟇ァ | 111001101011101010010000111011001001111010110100111001011010111110100111 | e6ba90ec9eb4e5afa7 |
EUC-JP | 貅川楸蟇ァ | 11101100101111001100000011101110110111001011011011101010101100011000111010100111 | ecbcc0eedcb6eab18ea7 |
UTF-8 | 貅川楸蟇ァ | 111010001011001010000101111001011011011110011101111001101010010110111000111010001001111110000111111011111011110110100111 | e8b285e5b79de6a5b8e89f87efbda7 |
UHC | ?川楸?? | 00111111111101001011100111110101110100010011111100111111 | 3ff4b9f5d13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)