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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 五i?嵬?] | 100011001101110010000010100010010011111110011011110010100011111101011101 | 8cdc82893f9bca3f5d |
EUC-JP | 五i?嵬?] | 101110001101111010100011111010010011111111010110110011000011111101011101 | b8dea3e93fd6cc3f5d |
UTF-8 | 五i쉹嵬딷] | 11100100101110101001010011101111101111011000100111101100100010011011100111100101101101011010110011101011100101001011011101011101 | e4ba94efbd89ec89b9e5b5aceb94b75d |
UHC | 五i쉹嵬딷] | 1110011111101001101000111110100110011010100011111110100011100011100010110101000101011101 | e7e9a3e99a8fe8e38b515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)