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 | 霑ク迢玲唐 | 111010001011111110111000111001111000101110010111111001101001001110000010 | e8bfb8e78b97e69382 |
EUC-JP | 霑ク迢玲唐 | 11110000110000011000111010111000111011011110101111001110111010001100010111100010 | f0c18eb8edebcee8c5e2 |
UTF-8 | 霑ク迢玲唐 | 111010011001110010010001111011111011110110111000111010001011111110100010111001111000111010110010111001011001010010010000 | e99c91efbdb8e8bfa2e78eb2e59490 |
UHC | 霑??玲唐 | 1110111111000101001111110011111111010110101111001101001111010000 | efc53f3fd6bcd3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)