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 | 蠕玲ャコ | 111001011011111010010111111001101010110010111010 | e5be97e6acba |
EUC-JP | 蠕玲ャコ | 1110101011000000110011101110100010001110101011001000111010111010 | eac0cee88eac8eba |
UTF-8 | 蠕玲ャコ | 111010001010000010010101111001111000111010110010111011111011110110101100111011111011110110111010 | e8a095e78eb2efbdacefbdba |
UHC | ?玲?? | 0011111111010110101111000011111100111111 | 3fd6bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)