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 | 10001111101010111110010010001111101010111011010001000010 | 8fabe48fabb442 |
EUC-JP | 将苡ォエB | 101111101010110111100111111011111000111010101011100011101011010001000010 | beade7ef8eab8eb442 |
UTF-8 | 将苡ォエB | 11100101101100001000011011101000100010111010000111101111101111011010101111101111101111011011010001000010 | e5b086e88ba1efbdabefbdb442 |
UHC | ?苡??B | 001111111110110010111110001111110011111101000010 | 3fecbe3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)