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 | 鮻痔溿 | 111111000100010110001110101001001111101101001010 | fc458ea4fb4a |
EUC-JP | 鮻痔溿 | 1000111111101010111010101011110010100110100011111100100010110001 | 8feaeabca68fc8b1 |
UTF-8 | 鮻痔溿 | 111010011010111010111011111001111001011110010100111001101011101010111111 | e9aebbe79794e6babf |
UHC | ?痔? | 00111111111101101100000000111111 | 3ff6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)