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 | 室鈐 | 111100011110100010001110101110101111101111000010 | f1e88ebafbc2 |
EUC-JP | ?室鈐 | 001111111011110010111100100011111110001111000001 | 3fbcbc8fe3c1 |
UTF-8 | 室鈐 | 111011101000010110100011111001011010111010100100111010011000100010010000 | ee85a3e5aea4e98890 |
UHC | ?室鈐 | 0011111111100011111110001100110010100010 | 3fe3f8cca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)