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 | 骭樊弌 | 111010011000110010011110111001101001100010011111 | e98c9ee6989f |
EUC-JP | 骭樊弌 | 111100011110110011011100111010001101000010100001 | f1ecdce8d0a1 |
UTF-8 | 骭樊弌 | 111010011010101010101101111001101010100010001010111001011011110010001100 | e9aaade6a88ae5bc8c |
UHC | ?樊? | 00111111110110111110000000111111 | 3fdbe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)