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 | 汀瀧鞏 | 100100101111001110010001111010111110100011011101 | 92f391ebe8dd |
EUC-JP | 汀瀧鞏 | 110001001111010111000010111011011111000011011111 | c4f5c2edf0df |
UTF-8 | 汀瀧鞏 | 111001101011000110000000111001111000000010100111111010011001111010001111 | e6b180e780a7e99e8f |
UHC | 汀瀧鞏 | 111011111110001011010110111010011100110111111001 | efe2d6e9cdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)