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 | 搖⑨?外?? | 100111011000101010000111010010000011111110001010010011110011111100111111 | 9d8a87483f8a4f3f3f |
EUC-JP | 搖??外?? | 1101100111101010001111110011111110110011101100000011111100111111 | d9ea3f3fb3b03f3f |
UTF-8 | 搖⑨쉔外숋쉘 | 111001101001000010010110111000101001000110101000111011001000100110010100111001011010010010010110111011001000100010001011111011001000100110011000 | e69096e291a8ec8994e5a496ec888bec8998 |
UHC | 搖⑨쉔外숋쉘 | 111010001111010010101000111011111011110110101000111010001110001010011001111011111011110110101001 | e8f4a8efbda8e8e299efbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)