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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 壹耕?壹 | 10011010111000111000110101101011001111111001101011100011 | 9ae38d6b3f9ae3 |
EUC-JP | 壹耕?壹 | 11010100111001011011100111001100001111111101010011100101 | d4e5b9cc3fd4e5 |
UTF-8 | 壹耕등壹 | 111001011010001110111001111010001000000010010101111010111001001110110001111001011010001110111001 | e5a3b9e88095eb93b1e5a3b9 |
UHC | 壹耕등壹 | 1110110011101100110011001110100110110101111011101110110011101100 | ececcce9b5eeecec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)