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 | 霑ク閻ォ蜑 | 1110100010111111101110001110100010000101101010111110010110001001 | e8bfb8e885abe589 |
EUC-JP | 霑ク閻ォ蜑 | 11110000110000011000111010111000111011111110010110001110101010111110100111101001 | f0c18eb8efe58eabe9e9 |
UTF-8 | 霑ク閻ォ蜑 | 111010011001110010010001111011111011110110111000111010011001011010111011111011111011110110101011111010001001110010010001 | e99c91efbdb8e996bbefbdabe89c91 |
UHC | 霑?閻?? | 11101111110001010011111111100111101000100011111100111111 | efc53fe7a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)