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 | 種伎巫 | 100011101110110110001010111010101001101111011110 | 8eed8aea9bde |
EUC-JP | 種伎巫 | 101111001110111110110100111011001101011011100000 | bcefb4ecd6e0 |
UTF-8 | 種伎巫 | 111001111010100010101110111001001011110010001110111001011011011110101011 | e7a8aee4bc8ee5b7ab |
UHC | 種伎巫 | 111100001111101011010000111010111101100111100011 | f0fad0ebd9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)