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 | 琉덂뙊妖껎맓 | 111011111010011110001100111010111000110110000010111010111001100110001010111001011010011010010110111010101011101110001110111010111010011110010011 | efa78ceb8d82eb998ae5a696eabb8eeba793 |
UHC | 琉덂뙊妖껎맓 | 111010111010010010001000111001011000110010001111111010001110110110000011111011011001000010100101 | eba488e58c8fe8ed83ed90a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)