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 | 霆顔「梧 | 11101000101110111000101011100111101000101000110011100110 | e8bb8ae7a28ce6 |
EUC-JP | 霆顔「梧 | 1111000010111101101101001110100110001110101000101011100011101000 | f0bdb4e98ea2b8e8 |
UTF-8 | 霆顔「梧 | 111010011001110010000110111010011010000110010100111011111011110110100010111001101010001010100111 | e99c86e9a194efbda2e6a2a7 |
UHC | 霆顔?梧 | 11101111111111011110010011010100001111111110011111111100 | effde4d43fe7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)