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 | ?畑裝 | 0011111110010100101010001110010111100100 | 3f94a8e5e4 |
EUC-JP | ?畑裝 | 0011111111001000101010101110101011100110 | 3fc8aaeae6 |
UTF-8 | 뤚畑裝 | 111010111010010010011010111001111001010110010001111010001010001110011101 | eba49ae79591e8a39d |
UHC | 뤚畑裝 | 100011111100100111101111101001011110110111111011 | 8fc9efa5edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)