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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???妖?? | 00111111001111110011111110010111011001000011111100111111 | 3f3f3f97643f3f |
EUC-JP | ???妖?? | 00111111001111110011111111001101110001010011111100111111 | 3f3f3fcdc53f3f |
UTF-8 | 琉싢뵩妖껎맓 | 111011111010011110001100111011001000101110100010111010111011010110101001111001011010011010010110111010101011101110001110111010111010011110010011 | efa78cec8ba2ebb5a9e5a696eabb8eeba793 |
UHC | 琉싢뵩妖껎맓 | 111010111010010010011010111000101001010010100111111010001110110110000011111011011001000010100101 | eba49ae294a7e8ed83ed90a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)