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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 倭??澳?BF | 100110000110000000111111001111111110000001010011001111110100001001000110 | 98603f3fe0533f4246 |
EUC-JP | 倭??澳?BF | 110011111100000100111111001111111101111110110100001111110100001001000110 | cfc13f3fdfb43f4246 |
UTF-8 | 倭멸퀡澳즣BF | 1110010110000000101011011110101110101001101110001110110110000000101000011110011010111110101100111110110010100110101000110100001001000110 | e580adeba9b8ed80a1e6beb3eca6a34246 |
UHC | 倭멸퀡澳즣BF | 111010001101111010111000111010101011001110010101111001111111111010100011011011110100001001000110 | e8deb8eab395e7fea36f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)