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 | 蛯イ繽俯ヲシ | 111001011000001010110010111000111000111110011000111010111010011010111100 | e582b2e38f98eba6bc |
EUC-JP | 蛯イ繽俯ヲシ | 111010011110001010001110101100101110010111101111110100001110110110001110101001101000111010111100 | e9e28eb2e5efd0ed8ea68ebc |
UTF-8 | 蛯イ繽俯ヲシ | 111010001001101110101111111011111011110110110010111001111011100110111101111001001011111110101111111011111011110110100110111011111011110110111100 | e89bafefbdb2e7b9bde4bfafefbda6efbdbc |
UHC | ???俯?? | 00111111001111110011111111011100111101100011111100111111 | 3f3f3fdcf63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)