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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辿鱈属炭 | 1001001001001000100100100100110010010001101011101001001001011001 | 9248924c91ae9259 |
EUC-JP | 辿鱈属炭 | 1100001110101001110000111010110111000010101100001100001110111010 | c3a9c3adc2b0c3ba |
UTF-8 | 辿鱈属炭 | 111010001011111010111111111010011011000110001000111001011011000110011110111001111000001010101101 | e8bebfe9b188e5b19ee782ad |
UHC | ???炭 | 0011111100111111001111111111011110101001 | 3f3f3ff7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)