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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 卒鱈竪単B | 100100011011001010010010010011001001001001000111100100100101000001000010 | 91b2924c9247925042 |
EUC-JP | 卒鱈竪単B | 110000101011010011000011101011011100001110101000110000111011000101000010 | c2b4c3adc3a8c3b142 |
UTF-8 | 卒鱈竪単B | 11100101100011011001001011101001101100011000100011100111101010111010101011100101100011011001100001000010 | e58d92e9b188e7abaae58d9842 |
UHC | 卒?竪?B | 11110000111011110011111111100010101101010011111101000010 | f0ef3fe2b53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)