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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鸙治肛 | 111111000100101010001110101000011110001111101000 | fc4a8ea1e3e8 |
EUC-JP | 鸙治肛 | 10001111111011001101011010111100101000111110011011101010 | 8fecd6bca3e6ea |
UTF-8 | 鸙治肛 | 111010011011100010011001111001101011001010111011111010001000001010011011 | e9b899e6b2bbe8829b |
UHC | ?治肛 | 0011111111110110101111011111100111111101 | 3ff6bdf9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)