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 | ?私??淨? | 0011111110001110100001000011111100111111100111111100010000111111 | 3f8e843f3f9fc43f |
EUC-JP | 鋌私??淨? | 10001111111001001011101110111011111001000011111100111111110111101100011000111111 | 8fe4bbbbe43f3fdec63f |
UTF-8 | 鋌私렎렏淨렫 | 111010011000101110001100111001111010011110000001111010111010000010001110111010111010000010001111111001101011011110101000111010111010000010101011 | e98b8ce7a781eba08eeba08fe6b7a8eba0ab |
UHC | 鋌私렎렏淨렫 | 111011111111101111011110111001111000111010100100100011101010010111101111111001001000111010111001 | effbdee78ea48ea5efe48eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)