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 | ?????Ł | 0011111100111111001111110011111100111111100011111010100110101000 | 3f3f3f3f3f8fa9a8 |
UTF-8 | 李쇱쭠淋뺤Ł | 1110111110100111101000011110110010000111101100011110110010101101101000001110111110100111101101011110101110111010101001001100010110000001 | efa7a1ec87b1ecada0efa7b5ebbaa4c581 |
UHC | 李쇱쭠淋뺤Ł | 111011001011000010111100111011001010011110010101111011001111100010010101111011001010100010101001 | ecb0bceca795ecf895eca8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)