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 | 瀛??瀛?? | 1110000001101001001111110011111111100000011010010011111100111111 | e0693f3fe0693f3f |
EUC-JP | 瀛??瀛?? | 1101111111001010001111110011111111011111110010100011111100111111 | dfca3f3fdfca3f3f |
UTF-8 | 瀛릯뢆瀛룒뢋 | 111001111000000010011011111010111010011010101111111010111010001010000110111001111000000010011011111010111010001110010010111010111010001010001011 | e7809beba6afeba286e7809beba392eba28b |
UHC | 瀛릯뢆瀛룒뢋 | 111001111011101010010000100011111000111101000010111001111011101010001111100011111000111101000111 | e7ba908f8f42e7ba8f8f8f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)