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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 操?@操?@B | 100100011000000000111111010000001001000110000000001111110100000001000010 | 91803f4091803f4042 |
EUC-JP | 操?@操?@B | 110000011110000000111111010000001100000111100000001111110100000001000010 | c1e03f40c1e03f4042 |
UTF-8 | 操섯@操섯@B | 111001101001001110001101111011001000010010101111010000001110011010010011100011011110110010000100101011110100000001000010 | e6938dec84af40e6938dec84af4042 |
UHC | 操섯@操섯@B | 1111000011000011101111001011100001000000111100001100001110111100101110000100000001000010 | f0c3bcb840f0c3bcb84042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)