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 | 00111111001111110011111100111111011000010110010101000010 | 3f3f3f3f616542 |
SJIS-WIN | ???男aeB | 0011111100111111001111111001001001101010011000010110010101000010 | 3f3f3f926a616542 |
EUC-JP | ???男aeB | 0011111100111111001111111100001111001011011000010110010101000010 | 3f3f3fc3cb616542 |
UTF-8 | 룶엌룶男aeB | 111010111010001110110110111011001001011110001100111010111010001110110110111001111001010010110111011000010110010101000010 | eba3b6ec978ceba3b6e794b7616542 |
UHC | 룶엌룶男aeB | 1000111110101011101111101111110110001111101010111101000111111011011000010110010101000010 | 8fabbefd8fabd1fb616542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)