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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祭?呂濟? | 1000110111010101001111111001100001000011111000000101101000111111 | 8dd53f9843e05a3f |
EUC-JP | 祭?呂濟? | 1011101011010111001111111100111110100100110111111011101100111111 | bad73fcfa4dfbb3f |
UTF-8 | 祭흙呂濟렭 | 111001111010010110101101111011011001110110011001111001011001000110000010111001101011111110011111111010111010000010101101 | e7a5aded9d99e59182e6bf9feba0ad |
UHC | 祭흙呂濟렭 | 11110000101011101100100011101011110101011110010111110000101011011000111010111010 | f0aec8ebd5e5f0ad8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)