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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 閼ア蝮ヲ譚殀\ | 1110100010000100101100011110010110011101101001101110011010011101100111110110011101011100 | e884b1e59da6e69d9f675c |
EUC-JP | 閼ア蝮ヲ譚殀\ | 11101111111001001000111010110001111010011111110110001110101001101110101111111101110111011100100001011100 | efe48eb1e9fd8ea6ebfdddc85c |
UTF-8 | 閼ア蝮ヲ譚殀\ | 11101001100101101011110011101111101111011011000111101000100111011010111011101111101111011010011011101000101011011001101011100110101011101000000001011100 | e996bcefbdb1e89daeefbda6e8ad9ae6ae805c |
UHC | 閼???譚?\ | 111001001101100100111111001111110011111111010011110010010011111101011100 | e4d93f3f3fd3c93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)