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 | å¼µì¿ëú | 1110010110111100101101011110110010000111101111111110101111111010 | e5bcb5ec87bfebfa |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??ì?¿ëú | 100011111010101110101001001111110011111110001111101010111100000000111111100011111010001011000100100011111010101110110011100011111010101111100010 | 8faba93f3f8fabc03f8fa2c48fabb38fabe2 |
UTF-8 | å¼µì¿ëú | 11000011101001011100001010111100110000101011010111000011101011001100001010000111110000101011111111000011101010111100001110111010 | c3a5c2bcc2b5c3acc287c2bfc3abc3ba |
UHC | ?¼???¿?? | 00111111101010001111100100111111001111110011111110100010101011110011111100111111 | 3fa8f93f3f3fa2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)