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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???徇?Ⅴ | 0011111100111111001111111001110001101101001111111000011101011000 | 3f3f3f9c6d3f8758 |
EUC-JP | ???徇?? | 00111111001111110011111111010111110011100011111100111111 | 3f3f3fd7ce3f3f |
UTF-8 | 劣곗쉫徇롳Ⅴ | 111011111010011010011101111010101011001110010111111011001000100110101011111001011011111010000111111010111010000110110011111000101000010110100100 | efa69deab397ec89abe5be87eba1b3e285a4 |
UHC | 劣곗쉫徇롳Ⅴ | 111001101110101110110000111011001001101010000101111000101101111110001110111011111010010110110100 | e6ebb0ec9a85e2df8eefa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)