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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邵喜コ | 1110011110111000100010101110110010111010 | e7b88aecba |
EUC-JP | 邵喜コ | 111011101011101010110100111011101000111010111010 | eebab4ee8eba |
UTF-8 | 邵喜コ | 111010011000001010110101111001011001011010011100111011111011110110111010 | e982b5e5969cefbdba |
UHC | 邵喜? | 1110000111010000111111011110110000111111 | e1d0fdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)