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 | 騾カ關沓 | 11101001100000001011011011101000100100001000110001000010 | e980b6e8908c42 |
EUC-JP | 騾カ關沓 | 1111000111100000100011101011011011101111111100001011011110100011 | f1e08eb6eff0b7a3 |
UTF-8 | 騾カ關沓 | 111010011010100010111110111011111011110110110110111010011001011110011100111001101011001010010011 | e9a8beefbdb6e9979ce6b293 |
UHC | ??關沓 | 001111110011111111001110101111001101001111001011 | 3f3fcebcd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)