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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邨守ェョ粃シ | 111001111011010110001110111001111010101010101110111000101110000110111100 | e7b58ee7aaaee2e1bc |
EUC-JP | 邨守ェョ粃シ | 111011101011011110111100111010011000111010101010100011101010111011100100111000111000111010111100 | eeb7bce98eaa8eaee4e38ebc |
UTF-8 | 邨守ェョ粃シ | 111010011000001010101000111001011010111010001000111011111011110110101010111011111011110110101110111001111011001010000011111011111011110110111100 | e982a8e5ae88efbdaaefbdaee7b283efbdbc |
UHC | 邨守??粃? | 111101011011111011100001111110100011111100111111110111011111101100111111 | f5bee1fa3f3fddfb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)