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 | 髥?髥? | 1000111111101001111100000011111110001111111010011111000000111111 | 8fe9f03f8fe9f03f |
UTF-8 | 髥꿞髥뀃 | 111010011010101110100101111010101011111110011110111010011010101110100101111010111000000010000011 | e9aba5eabf9ee9aba5eb8083 |
UHC | 髥꿞髥뀃 | 1110011110100011100001010101011111100111101000111000010101111010 | e7a38557e7a3857a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)