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 | カシ「鮟 | 1011011010111100101000101110100110111011 | b6bca2e9bb |
EUC-JP | カシ「鮟 | 1000111010110110100011101011110010001110101000101111001010111101 | 8eb68ebc8ea2f2bd |
UTF-8 | カシ「鮟 | 111011111011110110110110111011111011110110111100111011111011110110100010111010011010111010011111 | efbdb6efbdbcefbda2e9ae9f |
UHC | ???鮟 | 0011111100111111001111111110010011010101 | 3f3f3fe4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)