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 | 艇?張?粧? | 100100101111100000111111100100101010001100111111100011111100111100111111 | 92f83f92a33f8fcf3f |
EUC-JP | 艇?張?粧? | 110001001111101000111111110001001010010100111111101111101101000100111111 | c4fa3fc4a53fbed13f |
UTF-8 | 艇렲張렜粧렰 | 111010001000100110000111111010111010000010110010111001011011110010110101111010111010000010011100111001111011001010100111111010111010000010110000 | e88987eba0b2e5bcb5eba09ce7b2a7eba0b0 |
UHC | 艇렲張렜粧렰 | 111011111111001110001110101111111110110111100101100011101010111011101101111100101000111010111101 | eff38ebfede58eaeedf28ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)