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 | 辿鱈属鱈其揃 | 100100100100100010010010010011001001000110101110100100100100110010010001101101001001000110110101 | 9248924c91ae924c91b491b5 |
EUC-JP | 辿鱈属鱈其揃 | 110000111010100111000011101011011100001010110000110000111010110111000010101101101100001010110111 | c3a9c3adc2b0c3adc2b6c2b7 |
UTF-8 | 辿鱈属鱈其揃 | 111010001011111010111111111010011011000110001000111001011011000110011110111010011011000110001000111001011000010110110110111001101000111110000011 | e8bebfe9b188e5b19ee9b188e585b6e68f83 |
UHC | ????其? | 00111111001111110011111100111111110100001110110000111111 | 3f3f3f3fd0ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)