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 | 泳??恂?? | 1000100101101010001111110011111110011100100101100011111100111111 | 896a3f3f9c963f3f |
EUC-JP | 泳??恂?? | 1011000111001011001111110011111111010111111101100011111100111111 | b1cb3f3fd7f63f3f |
UTF-8 | 泳븀쥈恂썼츚 | 111001101011001110110011111010111011100010000000111011001010010110001000111001101000000110000010111011001000110110111100111011001011100010011010 | e6b3b3ebb880eca588e68182ec8dbcecb89a |
UHC | 泳븀쥈恂썼츚 | 111001111011011010111010111001111010001010000001111000101110000110111101111010001010111010010011 | e7b6bae7a281e2e1bde8ae93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)