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 | 蒸伎巫 | 100011111111011010001010111010101001101111011110 | 8ff68aea9bde |
EUC-JP | 蒸伎巫 | 101111101111100010110100111011001101011011100000 | bef8b4ecd6e0 |
UTF-8 | 蒸伎巫 | 111010001001001010111000111001001011110010001110111001011011011110101011 | e892b8e4bc8ee5b7ab |
UHC | 蒸伎巫 | 111100011111101011010000111010111101100111100011 | f1fad0ebd9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)