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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蓴?? | 11100100111100010011111100111111 | e4f13f3f |
EUC-JP | 蓴?? | 11101000111100110011111100111111 | e8f33f3f |
UTF-8 | 蓴롾꽡 | 111010001001001110110100111010111010000110111110111010101011110110100001 | e893b4eba1beeabda1 |
UHC | 蓴롾꽡 | 111000101111000110001110111110001000010010101110 | e2f18ef884ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)