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 | ?®??? | 0011111110101110001111110011111100111111 | 3fae3f3f3f |
SJIS-WIN | 諸???? | 100011111001010000111111001111110011111100111111 | 8f943f3f3f3f |
EUC-JP | 諸®??? | 1011110111110100100011111010001011101110001111110011111100111111 | bdf48fa2ee3f3f3f |
UTF-8 | 諸®쏭麟렱 | 1110100010101011101110001100001010101110111011001000111110101101111011111010011110110011111010111010000010110001 | e8abb8c2aeec8fadefa7b3eba0b1 |
UHC | 諸®쏭麟렱 | 11110000101100111010001011100111101111011111011011101100111010001000111010111110 | f0b3a2e7bdf6ece88ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)