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 | 邏翫Κ譬 | 1110011110110100100010101110001110000011101010001110011010100000 | e7b48ae383a8e6a0 |
EUC-JP | 邏翫Κ譬 | 1110111010110110101101001110010110100110101010101110110010100010 | eeb6b4e5a6aaeca2 |
UTF-8 | 邏翫Κ譬 | 1110100110000010100011111110011110111111101010111100111010011010111010001010110110101100 | e9828fe7bfabce9ae8adac |
UHC | 邏翫Κ譬 | 1101010110100100111010001101000110100101110010101101111010100111 | d5a4e8d1a5cadea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)