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 | 卒鱈竪 | 100100011011001010010010010011001001001001000111 | 91b2924c9247 |
EUC-JP | 卒鱈竪 | 110000101011010011000011101011011100001110101000 | c2b4c3adc3a8 |
UTF-8 | 卒鱈竪 | 111001011000110110010010111010011011000110001000111001111010101110101010 | e58d92e9b188e7abaa |
UHC | 卒?竪 | 1111000011101111001111111110001010110101 | f0ef3fe2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)