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 | 墺??饒? | 10011010110100100011111100111111111010010110000000111111 | 9ad23f3fe9603f |
EUC-JP | 墺??饒? | 11010100110101000011111100111111111100011100000100111111 | d4d43f3ff1c13f |
UTF-8 | 墺쀯슛饒ⓧ | 111001011010001010111010111011001000000010101111111011001000101010011011111010011010010110010010111000101001001110100111 | e5a2baec80afec8a9be9a592e293a7 |
UHC | 墺쀯슛饒ⓧ | 11100111111100101001011111101111101111011011100011101001101011101010100011100100 | e7f297efbdb8e9aea8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)