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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 縕?Ŧ? | 1000111111010100110000100011111110001111101010011010111100111111 | 8fd4c23f8fa9af3f |
UTF-8 | 縕딁Ŧ禮 | 1110011110111000100101011110101110010100100000011100010110100110111011111010011010110110 | e7b895eb9481c5a6efa6b6 |
UHC | 縕딁Ŧ禮 | 1110100010110010100010101110011110101000101011101110011111011111 | e8b28ae7a8aee7df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)