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 | ?⇒???? | 00111111100000011100101100111111001111110011111100111111 | 3f81cb3f3f3f3f |
EUC-JP | ?⇒???? | 00111111101000101100110100111111001111110011111100111111 | 3fa2cd3f3f3f3f |
UTF-8 | 룶⇒춳㈒룶헋 | 111010111010001110110110111000101000011110010010111011001011011010110011111000111000100010010010111010111010001110110110111011011001011110001011 | eba3b6e28792ecb6b3e38892eba3b6ed978b |
UHC | 룶⇒춳㈒룶헋 | 100011111010101110100010101000011010110110001111101010011100001110001111101010111100001001000010 | 8faba2a1ad8fa9c38fabc242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)