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 | 箋??円 | 111000101011001100111111001111111000100101111110 | e2b33f3f897e |
EUC-JP | 箋??円 | 111001001011010100111111001111111011000111011111 | e4b53f3fb1df |
UTF-8 | 箋볨벁円 | 111001111010111010001011111010111011001110101000111010111011001010000001111001011000011010000110 | e7ae8bebb3a8ebb281e58686 |
UHC | 箋볨벁円 | 1110111110101000100100111110111010010011101001111110010111110111 | efa893ee93a7e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)