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 | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
SJIS-WIN | ?⇒莎ァN | 0011111110000001110010111110010010110011100000110100000001001110 | 3f81cbe4b383404e |
EUC-JP | ?⇒莎ァN | 0011111110100010110011011110100010110101101001011010000101001110 | 3fa2cde8b5a5a14e |
UTF-8 | 룶⇒莎ァN | 11101011101000111011011011100010100001111001001011101000100011101000111011100011100000101010000101001110 | eba3b6e28792e88e8ee382a14e |
UHC | 룶⇒莎ァN | 100011111010101110100010101000011101111011101101101010111010000101001110 | 8faba2a1deedaba14e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)