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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 短鱈巽 | 100100100101101010010010010011001001001001000110 | 925a924c9246 |
EUC-JP | 短鱈巽 | 110000111011101111000011101011011100001110100111 | c3bbc3adc3a7 |
UTF-8 | 短鱈巽 | 111001111001111110101101111010011011000110001000111001011011011110111101 | e79fade9b188e5b7bd |
UHC | 短?巽 | 1101001110101101001111111110000111011110 | d3ad3fe1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)