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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 宜る? | 1000101101011000100000101110100100111111 | 8b5882e93f |
EUC-JP | 宜る? | 1011010110111001101001001110101100111111 | b5b9a4eb3f |
UTF-8 | 宜る쵈 | 111001011010111010011100111000111000001010001011111011001011010110001000 | e5ae9ce3828becb588 |
UHC | 宜る쵈 | 111010111111000110101010111010111010110010001010 | ebf1aaebac8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)