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 | 鱆眄咤韈 | 1110100111100001111000011011111010011010010000101110100011100111 | e9e1e1be9a42e8e7 |
EUC-JP | 鱆眄咤韈 | 1111001011100011111000101100000011010011101000111111000011101001 | f2e3e2c0d3a3f0e9 |
UTF-8 | 鱆眄咤韈 | 111010011011000110000110111001111001110010000100111001011001001010100100111010011001111110001000 | e9b186e79c84e592a4e99f88 |
UHC | ?眄咤? | 001111111101100011111000111101101110001100111111 | 3fd8f8f6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)