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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 솝롛롚Y솝롛롚bE | 111011001000011010011101111010111010000110011011111010111010000110011010010110011110110010000110100111011110101110100001100110111110101110100001100110100110001001000101 | ec869deba19beba19a59ec869deba19beba19a6245 |
UHC | 솝롛롚Y솝롛롚bE | 101111001101100110001110110111111000111011011110010110011011110011011001100011101101111110001110110111100110001001000101 | bcd98edf8ede59bcd98edf8ede6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)