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 | 逕コ螂俄半 | 111001111001010010111010111001011010010110001001111000101001010010111100 | e794bae5a589e294bc |
EUC-JP | 逕コ螂俄半 | 11101101111101001000111010111010111010101010011110110010111001001100100010111110 | edf48ebaeaa7b2e4c8be |
UTF-8 | 逕コ螂俄半 | 111010011000000010010101111011111011110110111010111010001001111010000010111001001011111110000100111001011000110110001010 | e98095efbdbae89e82e4bf84e58d8a |
UHC | 逕?螂俄半 | 110011001110111100111111110101011100110011100100101011011101101011100010 | ccef3fd5cce4addae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)