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 | ?畑荏 | 0011111110010100101010001000100101100000 | 3f94a88960 |
EUC-JP | ?畑荏 | 0011111111001000101010101011000111000001 | 3fc8aab1c1 |
UTF-8 | 뤚畑荏 | 111010111010010010011010111001111001010110010001111010001000110110001111 | eba49ae79591e88d8f |
UHC | 뤚畑荏 | 100011111100100111101111101001011110110011111011 | 8fc9efa5ecfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)