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 | 魘駕梱 | 111010011011010010001001111011011000110110101011 | e9b489ed8dab |
EUC-JP | 魘駕梱 | 111100101011011010110010111011111011101010101101 | f2b6b2efbaad |
UTF-8 | 魘駕梱 | 111010011010110110011000111010011010011110010101111001101010001010110001 | e9ad98e9a795e6a2b1 |
UHC | ?駕梱 | 0011111111001010101111011100110111100001 | 3fcabdcde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)