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 | ????愈 | 001111110011111100111111001111111001011011111010 | 3f3f3f3f96fa |
EUC-JP | ????愈 | 001111110011111100111111001111111100110011111100 | 3f3f3f3fccfc |
UTF-8 | 柳얕렓렰愈 | 111011111010011110001001111011001001011010010101111010111010000010010011111010111010000010110000111001101000010010001000 | efa789ec9695eba093eba0b0e68488 |
UHC | 柳얕렓렰愈 | 11101010111101111011111011101000100011101010100010001110101111011110101011101111 | eaf7bee88ea88ebdeaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)