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 | ???e??^ | 00111111001111110011111101100101001111110011111101011110 | 3f3f3f653f3f5e |
SJIS-WIN | ???e??^ | 00111111001111110011111101100101001111110011111101011110 | 3f3f3f653f3f5e |
EUC-JP | ???e??^ | 00111111001111110011111101100101001111110011111101011110 | 3f3f3f653f3f5e |
UTF-8 | 혱횞혩e첬횧^ | 1110110110011000101100011110110110011010100111101110110110011000101010010110010111101100101100101010110011101101100110101010011101011110 | ed98b1ed9a9eed98a965ecb2aced9aa75e |
UHC | 혱횞혩e첬횧^ | 110000101001100011000011100101111100001010010001011001011100001110111010110000111001111001011110 | c298c397c29165c3bac39e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)