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 | ??×??? | 001111110011111111010111001111110011111100111111 | 3f3fd73f3f3f |
SJIS-WIN | 壤?×壹?? | 100110101101111100111111100000010111111010011010111000110011111100111111 | 9adf3f817e9ae33f3f |
EUC-JP | 壤?×壹?? | 110101001110000100111111101000011101111111010100111001010011111100111111 | d4e13fa1dfd4e53f3f |
UTF-8 | 壤깆×壹든솈 | 1110010110100011101001001110101010111001100001101100001110010111111001011010001110111001111010111001001110100000111011001000011010001000 | e5a3a4eab986c397e5a3b9eb93a0ec8688 |
UHC | 壤깆×壹든솈 | 111001011011110110110001111011001010000110111111111011001110110010110101111001111001100110001100 | e5bdb1eca1bfececb5e7998c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)