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 | 諸?痲而?沚 | 10001111100101000011111111100001100001001000111010100111001111111001111110001101 | 8f943fe1848ea73f9f8d |
EUC-JP | 諸?痲而?沚 | 10111101111101000011111111100001111001001011110010101001001111111101110111101101 | bdf43fe1e4bca93fdded |
UTF-8 | 諸쇤痲而렖沚 | 111010001010101110111000111011001000011110100100111001111001011110110010111010001000000010001100111010111010000010010110111001101011001010011010 | e8abb8ec87a4e797b2e8808ceba096e6b29a |
UHC | 諸쇤痲而렖沚 | 111100001011001110111100111010011101100010100110111011001011101110001110101010111111001010101111 | f0b3bce9d8a6ecbb8eabf2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)