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 | ???}G | 0011111100111111001111110111110101000111 | 3f3f3f7d47 |
SJIS-WIN | 箋??}G | 111000101011001100111111001111110111110101000111 | e2b33f3f7d47 |
EUC-JP | 箋??}G | 111001001011010100111111001111110111110101000111 | e4b53f3f7d47 |
UTF-8 | 箋뺠눎}G | 1110011110101110100010111110101110111010101000001110101110001000100011100111110101000111 | e7ae8bebbaa0eb888e7d47 |
UHC | 箋뺠눎}G | 1110111110101000100101011110100010000111101010100111110101000111 | efa895e887aa7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)