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 | ä½hiä½hiB | 1110010010111101100001100110100001101001111001001011110110000110011010000110100101000010 | e4bd866869e4bd86686942 |
SJIS-WIN | ???hi???hiB | 0011111100111111001111110110100001101001001111110011111100111111011010000110100101000010 | 3f3f3f68693f3f3f686942 |
EUC-JP | ä??hiä??hiB | 100011111010101110100011001111110011111101101000011010011000111110101011101000110011111100111111011010000110100101000010 | 8faba33f3f68698faba33f3f686942 |
UTF-8 | ä½hiä½hiB | 1100001110100100110000101011110111000010100001100110100001101001110000111010010011000010101111011100001010000110011010000110100101000010 | c3a4c2bdc2866869c3a4c2bdc286686942 |
UHC | ?½?hi?½?hiB | 00111111101010001111011000111111011010000110100100111111101010001111011000111111011010000110100101000010 | 3fa8f63f68693fa8f63f686942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)