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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍ォ閻ォ縺 | 1110100010110111101010111110100010000101101010111110001110000001 | e8b7abe885abe381 |
EUC-JP | 霍ォ閻ォ縺 | 11110000101110011000111010101011111011111110010110001110101010111110010111100001 | f0b98eabefe58eabe5e1 |
UTF-8 | 霍ォ閻ォ縺 | 111010011001110010001101111011111011110110101011111010011001011010111011111011111011110110101011111001111011100010111010 | e99c8defbdabe996bbefbdabe7b8ba |
UHC | ??閻?? | 001111110011111111100111101000100011111100111111 | 3f3fe7a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)