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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓍??? | 1110010011100111001111110011111100111111 | e4e73f3f3f |
EUC-JP | 蓍??? | 1110100011101001001111110011111100111111 | e8e93f3f3f |
UTF-8 | 蓍꼱껽댸 | 111010001001001110001101111010101011110010110001111010101011101110111101111010111000110010111000 | e8938deabcb1eabbbdeb8cb8 |
UHC | 蓍꼱껽댸 | 1110001111001001100001001000101110000100010100101000100011011011 | e3c9848b845288db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)