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 | 邵セ豺 | 1110011110111000101111101110011010110111 | e7b8bee6b7 |
EUC-JP | 邵セ豺 | 111011101011101010001110101111101110110010111001 | eeba8ebeecb9 |
UTF-8 | 邵セ豺 | 111010011000001010110101111011111011110110111110111010001011000110111010 | e982b5efbdbee8b1ba |
UHC | 邵?豺 | 1110000111010000001111111110001111001111 | e1d03fe3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)