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 | 議遯? | 1000101101100011111001111010101000111111 | 8b63e7aa3f |
EUC-JP | 議遯? | 1011010111000100111011101010110000111111 | b5c4eeac3f |
UTF-8 | 議遯륏 | 111010001010110110110000111010011000000110101111111010111010010110001111 | e8adb0e981afeba58f |
UHC | 議遯륏 | 111011001010000111010100111011101011011111110111 | eca1d4eeb7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)