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 | 壯?ズ??? | 1001101011100001001111111000001101011001001111110011111100111111 | 9ae13f83593f3f3f |
EUC-JP | 壯?ズ獒?? | 11010100111000110011111110100101101110101000111111001011101110110011111100111111 | d4e33fa5ba8fcbbb3f3f |
UTF-8 | 壯든ズ獒밧ㅁ | 111001011010001110101111111010111001001110100000111000111000001010111010111001111000110110010010111010111011000010100111111000111000010110000001 | e5a3afeb93a0e382bae78d92ebb0a7e38581 |
UHC | 壯든ズ獒밧ㅁ | 111011011110000010110101111001111010101110111010111010001010001110111001111001011010010010110001 | ede0b5e7abbae8a3b9e5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)