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 | 霑エ閻ォ縺 | 1110100010111111101101001110100010000101101010111110001110000001 | e8bfb4e885abe381 |
EUC-JP | 霑エ閻ォ縺 | 11110000110000011000111010110100111011111110010110001110101010111110010111100001 | f0c18eb4efe58eabe5e1 |
UTF-8 | 霑エ閻ォ縺 | 111010011001110010010001111011111011110110110100111010011001011010111011111011111011110110101011111001111011100010111010 | e99c91efbdb4e996bbefbdabe7b8ba |
UHC | 霑?閻?? | 11101111110001010011111111100111101000100011111100111111 | efc53fe7a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)