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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?豬巐貼 | 00111111111001101011010111111010101101101001001101011100 | 3fe6b5fab6935c |
EUC-JP | 嶴豬巐貼 | 10001111101110111111001111101100101101111000111110111011111110011100010110111101 | 8fbbf3ecb78fbbf9c5bd |
UTF-8 | 嶴豬巐貼 | 111001011011011010110100111010001011000110101100111001011011011110010000111010001011001010111100 | e5b6b4e8b1ace5b790e8b2bc |
UHC | ???貼 | 0011111100111111001111111111010011100100 | 3f3f3ff4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)