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 | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | セォ偲セ、篠@h | 10111110101010111000111011000011101111101010010010001110110000100100000001101000 | beab8ec3bea48ec24068 |
EUC-JP | セォ偲セ、篠@h | 1000111010111110100011101010101110111100110001011000111010111110100011101010010010111100110001000100000001101000 | 8ebe8eabbcc58ebe8ea4bcc44068 |
UTF-8 | セォ偲セ、篠@h | 1110111110111101101111101110111110111101101010111110010110000001101100101110111110111101101111101110111110111101101001001110011110101111101000000100000001101000 | efbdbeefbdabe581b2efbdbeefbda4e7afa04068 |
UHC | ?????篠@h | 001111110011111100111111001111110011111111100001110001100100000001101000 | 3f3f3f3f3fe1c64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)