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 | 諢餓垤 | 111001101000010010001001111011001001101010110111 | e68489ec9ab7 |
EUC-JP | 諢餓垤 | 111010111110010010110010111011101101010010111001 | ebe4b2eed4b9 |
UTF-8 | 諢餓垤 | 111010001010101110100010111010011010010010010011111001011001111010100100 | e8aba2e9a493e59ea4 |
UHC | ?餓? | 00111111111001001011101100111111 | 3fe4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)