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 | 蟋壽刀螳ャ | 111001011010011110011010111001101001001110000001111001011010111010101100 | e5a79ae69381e5aeac |
EUC-JP | 蟋壽刀螳ャ | 11101010101010011101010011101000110001011110000111101010101100001000111010101100 | eaa9d4e8c5e1eab08eac |
UTF-8 | 蟋壽刀螳ャ | 111010001001111110001011111001011010001110111101111001011000100010000000111010001001111010110011111011111011110110101100 | e89f8be5a3bde58880e89eb3efbdac |
UHC | ?壽刀螳? | 0011111111100001111110001101001111101111110100111101100100111111 | 3fe1f8d3efd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)