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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 該??航? | 10001010010110010011111100111111100011010111000100111111 | 8a593f3f8d713f |
EUC-JP | 該??航? | 10110011101110100011111100111111101110011101001000111111 | b3ba3f3fb9d23f |
UTF-8 | 該딈궙航루 | 111010001010100110110010111010111001010010001000111010101011011010011001111010001000100010101010111010111010001110101000 | e8a9b2eb9488eab699e888aaeba3a8 |
UHC | 該딈궙航루 | 11111010101100011000101011101110100000101010111011111001111111101011011111100111 | fab18aee82aef9feb7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)