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 | ëç¸èµ£ | 1110101111100111101110001110100010001110101101011000111010100011 | ebe7b8e88eb58ea3 |
SJIS-WIN | ???????£ | 001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f8192 |
EUC-JP | ëç¸è???£ | 1000111110101011101100111000111110101011101011101000111110100010101100011000111110101011101100100011111100111111001111111010000111110010 | 8fabb38fabae8fa2b18fabb23f3f3fa1f2 |
UTF-8 | ëç¸èµ£ | 11000011101010111100001110100111110000101011100011000011101010001100001010001110110000101011010111000010100011101100001010100011 | c3abc3a7c2b8c3a8c28ec2b5c28ec2a3 |
UHC | ??¸????? | 001111110011111110100010101011000011111100111111001111110011111100111111 | 3f3fa2ac3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)