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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 泳g?岳?? | 100010010110101010000010100001110011111110001010011110000011111100111111 | 896a82873f8a783f3f |
EUC-JP | 泳g?岳?? | 101100011100101110100011111001110011111110110011110110010011111100111111 | b1cba3e73fb3d93f3f |
UTF-8 | 泳g꼾岳귟콅 | 111001101011001110110011111011111011110110000111111010101011110010111110111001011011001010110011111010101011011110011111111011001011110110000101 | e6b3b3efbd87eabcbee5b2b3eab79fecbd85 |
UHC | 泳g꼾岳귟콅 | 111001111011011010100011111001111000010010010100111001001011111110000010111010001011000110000001 | e7b6a3e78494e4bf82e8b181 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)