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 | 蟒幄イカ蠕 | 1110010110111011100110111110100010110010101101101110010110111110 | e5bb9be8b2b6e5be |
EUC-JP | 蟒幄イカ蠕 | 11101010101111011101011011101010100011101011001010001110101101101110101011000000 | eabdd6ea8eb28eb6eac0 |
UTF-8 | 蟒幄イカ蠕 | 111010001001111110010010111001011011100110000100111011111011110110110010111011111011110110110110111010001010000010010101 | e89f92e5b984efbdb2efbdb6e8a095 |
UHC | ?幄??? | 001111111110010011000001001111110011111100111111 | 3fe4c13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)