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 | 搖??誼?? | 1001110110001010001111110011111110001011011000100011111100111111 | 9d8a3f3f8b623f3f |
EUC-JP | 搖??誼?? | 1101100111101010001111110011111110110101110000110011111100111111 | d9ea3f3fb5c33f3f |
UTF-8 | 搖깃퀡誼섓쬊 | 111001101001000010010110111010101011100110000011111011011000000010100001111010001010101010111100111011001000010010010011111011001010110010001010 | e69096eab983ed80a1e8aabcec8493ecac8a |
UHC | 搖깃퀡誼섓쬊 | 111010001111010010110001111010101011001110010101111010111111111010011000111011111010011010100000 | e8f4b1eab395ebfe98efa6a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)