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 | 疋?航? | 100101010100010000111111100011010111000100111111 | 95443f8d713f |
EUC-JP | 疋?航? | 110010011010010100111111101110011101001000111111 | c9a53fb9d23f |
UTF-8 | 疋렏航덫 | 111001111001011010001011111010111010000010001111111010001000100010101010111010111000110110101011 | e7968beba08fe888aaeb8dab |
UHC | 疋렏航덫 | 1111100110110101100011101010010111111001111111101011010110100011 | f9b58ea5f9feb5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)