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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?e?愛? | 00111111100000101000010100111111100010001010010000111111 | 3f82853f88a43f |
EUC-JP | ?e?愛? | 00111111101000111110010100111111101100001010011000111111 | 3fa3e53fb0a63f |
UTF-8 | 遼e뮧愛쭮 | 111011111010011110000011111011111011110110000101111010111010111010100111111001101000010010011011111011001010110110101110 | efa783efbd85ebaea7e6849becadae |
UHC | 遼e뮧愛쭮 | 11101001101011001010001111100101100100101011001011100100111100011010100001000010 | e9aca3e592b2e4f1a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)