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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 앵롍섯얘롙설 | 111011001001010110110101111010111010000110001101111011001000010010101111111011001001011010011000111010111010000110011001111011001000010010100100 | ec95b5eba18dec84afec9698eba199ec84a4 |
UHC | 앵롍섯얘롙설 | 101111101101111010001110110100111011110010111000101111101110101010001110110111011011110010110011 | bede8ed3bcb8beea8eddbcb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)