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 | ôèú¯ | 100100001111010010001110111010001111101010101111 | 90f48ee8faaf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ô?èú¯ | 0011111110001111101010111101010000111111100011111010101110110010100011111010101111100010100011111010001010110100 | 3f8fabd43f8fabb28fabe28fa2b4 |
UTF-8 | ôèú¯ | 110000101001000011000011101101001100001010001110110000111010100011000011101110101100001010101111 | c290c3b4c28ec3a8c3bac2af |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)