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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | 弔?{旭?s | 1001001010100010001111110111101110001000101011100011111101110011 | 92a23f7b88ae3f73 |
EUC-JP | 弔?{旭?s | 1100010010100100001111110111101110110000101100000011111101110011 | c4a43f7bb0b03f73 |
UTF-8 | 弔렲{旭렔s | 1110010110111100100101001110101110100000101100100111101111100110100101111010110111101011101000001001010001110011 | e5bc94eba0b27be697adeba09473 |
UHC | 弔렲{旭렔s | 11110000110000001000111010111111011110111110100111101111100011101010100101110011 | f0c08ebf7be9ef8ea973 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)