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 | ???aeB | 001111110011111100111111011000010110010101000010 | 3f3f3f616542 |
SJIS-WIN | セォ蔀aeB | 10111110101010111000111011000001011000010110010101000010 | beab8ec1616542 |
EUC-JP | セォ蔀aeB | 100011101011111010001110101010111011110011000011011000010110010101000010 | 8ebe8eabbcc3616542 |
UTF-8 | セォ蔀aeB | 111011111011110110111110111011111011110110101011111010001001010010000000011000010110010101000010 | efbdbeefbdabe89480616542 |
UHC | ???aeB | 001111110011111100111111011000010110010101000010 | 3f3f3f616542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)