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 | 鸚??押 | 111010100101111100111111001111111000100110011111 | ea5f3f3f899f |
EUC-JP | 鸚??押 | 111100111100000000111111001111111011001010100001 | f3c03f3fb2a1 |
UTF-8 | 鸚뺟퉽押 | 111010011011100010011010111010111011101010011111111011011000100110111101111001101000101010111100 | e9b89aebba9fed89bde68abc |
UHC | 鸚뺟퉽押 | 1110010110100100100101011110011110111001100101011110010011100011 | e5a495e7b995e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)