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 | 識肛 | 111100001100000010001110101011111110001111101000 | f0c08eafe3e8 |
EUC-JP | ?識肛 | 0011111110111100101100011110011011101010 | 3fbcb1e6ea |
UTF-8 | 識肛 | 111011101000000110111111111010001010110110011000111010001000001010011011 | ee81bfe8ad98e8829b |
UHC | ?識肛 | 0011111111100011110110111111100111111101 | 3fe3dbf9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)