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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 룵쨵▣룵ㄱ칑 | 111010111010001110110101111011001010100010110101111000101001011010100011111010111010001110110101111000111000010010110001111011001011100110010001 | eba3b5eca8b5e296a3eba3b5e384b1ecb991 |
UHC | 룵쨵▣룵ㄱ칑 | 100011111010101010100100100011111010001011000011100011111010101010100100101000011010111101101000 | 8faaa48fa2c38faaa4a1af68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)