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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 縡?將??? | 1110001101110001001111111001101110010010001111110011111100111111 | e3713f9b923f3f3f |
EUC-JP | 縡?將?獐? | 11100101110100100011111111010101111100100011111110001111110010111011101000111111 | e5d23fd5f23f8fcbba3f |
UTF-8 | 縡렕將렚獐렏 | 111001111011100010100001111010111010000010010101111001011011000010000111111010111010000010011010111001111000110110010000111010111010000010001111 | e7b8a1eba095e5b087eba09ae78d90eba08f |
UHC | 縡렕將렚獐렏 | 111011101010110110001110101010101110110111100010100011101010110111101101111011111000111010100101 | eead8eaaede28eadedef8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)