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 | ゥ」ィ?譯 | 101010011010001110101000001111111110011010100001 | a9a3a83fe6a1 |
EUC-JP | ゥ」ィ寗譯 | 1000111010101001100011101010001110001110101010001000111110111010111000001110110010100011 | 8ea98ea38ea88fbae0eca3 |
UTF-8 | ゥ」ィ寗譯 | 111011111011110110101001111011111011110110100011111011111011110110101000111001011010111110010111111010001010110110101111 | efbda9efbda3efbda8e5af97e8adaf |
UHC | ???寗譯 | 00111111001111110011111111010010101111001110011010111011 | 3f3f3fd2bce6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)