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 | 贓瀧藜 | 111001101101100110010001111010111110010101011011 | e6d991ebe55b |
EUC-JP | 贓瀧藜 | 111011001101101111000010111011011110100110111100 | ecdbc2ede9bc |
UTF-8 | 贓瀧藜 | 111010001011010010010011111001111000000010100111111010001001011110011100 | e8b493e780a7e8979c |
UHC | 贓瀧藜 | 111011011111110011010110111010011101010111101101 | edfcd6e9d5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)