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 | 與?Р | 1110010001101111001111111000010001010001 | e46f3f8451 |
EUC-JP | 與?Р | 1110011111010000001111111010011110110010 | e7d03fa7b2 |
UTF-8 | 與믧Р | 1110100010001000100001111110101110101111101001111101000010100000 | e88887ebafa7d0a0 |
UHC | 與믧Р | 111001101010100010010010111010011010110010110010 | e6a892e9acb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)