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 | 100100100100011110010001101000111001001001000111100100011010001101000010 | 924791a3924791a342 |
EUC-JP | 竪促竪促B | 110000111010100011000010101001011100001110101000110000101010010101000010 | c3a8c2a5c3a8c2a542 |
UTF-8 | 竪促竪促B | 11100111101010111010101011100100101111111000001111100111101010111010101011100100101111111000001101000010 | e7abaae4bf83e7abaae4bf8342 |
UHC | 竪促竪促B | 111000101011010111110101101101011110001010110101111101011011010101000010 | e2b5f5b5e2b5f5b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)