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 | õâK | 1001111111110101111000101001101001001011 | 9ff5e29a4b |
SJIS-WIN | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
EUC-JP | ?õâ?K | 001111111000111110101011110110001000111110101011101001000011111101001011 | 3f8fabd88faba43f4b |
UTF-8 | õâK | 110000101001111111000011101101011100001110100010110000101001101001001011 | c29fc3b5c3a2c29a4b |
UHC | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)