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 | ??宮 | 00111111001111111000101101111011 | 3f3f8b7b |
EUC-JP | ??宮 | 00111111001111111011010111011100 | 3f3fb5dc |
UTF-8 | 쓸뤗宮 | 111011001001001110111000111010111010010010010111111001011010111010101110 | ec93b8eba497e5aeae |
UHC | 쓸뤗宮 | 101111101011010110001111110001111100111111100000 | beb58fc7cfe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)