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 | çµèî | 111001111000100010110101111010001001010010000000111011101000100010000001 | e788b5e89480ee8881 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ç??è??î?? | 100011111010101110101110001111110011111110001111101010111011001000111111001111111000111110101011110000100011111100111111 | 8fabae3f3f8fabb23f3f8fabc23f3f |
UTF-8 | çµèî | 110000111010011111000010100010001100001010110101110000111010100011000010100101001100001010000000110000111010111011000010100010001100001010000001 | c3a7c288c2b5c3a8c294c280c3aec288c281 |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)