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 | ?蒡?? | 0011111111100100111011100011111100111111 | 3fe4ee3f3f |
EUC-JP | ?蒡?? | 0011111111101000111100000011111100111111 | 3fe8f03f3f |
UTF-8 | 뤾蒡쳪홧 | 111010111010010010111110111010001001001010100001111011001011001110101010111011011001100110100111 | eba4bee892a1ecb3aaed99a7 |
UHC | 뤾蒡쳪홧 | 1000111111101010110110111011110010101011100011111100100010110001 | 8feadbbcab8fc8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)