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 | 誧賣鴉 | 111110111010011011100110110011001110100111101011 | fba6e6cce9eb |
EUC-JP | 誧賣鴉 | 10001111110111011111101011101100110011101111001011101101 | 8fddfaeccef2ed |
UTF-8 | 誧賣鴉 | 111010001010101010100111111010001011001110100011111010011011010010001001 | e8aaa7e8b3a3e9b489 |
UHC | ?賣鴉 | 0011111111011000111000111110010010111100 | 3fd8e3e4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)