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 | 100110000110000000111111001111111000100011111010001111110100001001000110 | 98603f3f88fa3f4246 |
EUC-JP | 倭??淫?BF | 110011111100000100111111001111111011000011111100001111110100001001000110 | cfc13f3fb0fc3f4246 |
UTF-8 | 倭몄뮂淫늨BF | 1110010110000000101011011110101110101010100001001110101110101110100000101110011010110111101010111110101110001010101010000100001001000110 | e580adebaa84ebae82e6b7abeb8aa84246 |
UHC | 倭몄뮂淫늨BF | 111010001101111010111000111011001001001010010001111010111110001010001000011011110100001001000110 | e8deb8ec9291ebe2886f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)