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 | ???髥 | 001111110011111100111111100011111110100111110000 | 3f3f3f8fe9f0 |
UTF-8 | 僚㎬퍓髥 | 111011111010011010111011111000111000111010101100111011011000110110010011111010011010101110100101 | efa6bbe38eaced8d93e9aba5 |
UHC | 僚㎬퍓髥 | 1110100011101000101001111110100010111011100010101110011110100011 | e8e8a7e8bb8ae7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)