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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 船??船 | 100100010100010000111111001111111001000101000100 | 91443f3f9144 |
EUC-JP | 船??船 | 110000011010010100111111001111111100000110100101 | c1a53f3fc1a5 |
UTF-8 | 船뤒훖船 | 111010001000100010111001111010111010010010010010111011011001101110010110111010001000100010111001 | e888b9eba492ed9b96e888b9 |
UHC | 船뤒훖船 | 1110000011001111100011111100001011000100011010001110000011001111 | e0cf8fc2c468e0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)