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 | 鄂醍劫 | 111001111011110110010001111001111000110110000101 | e7bd91e78d85 |
EUC-JP | 鄂醍劫 | 111011101011111111000010111010011011100111100101 | eebfc2e9b9e5 |
UTF-8 | 鄂醍劫 | 111010011000010010000010111010011000011010001101111001011000101010101011 | e98482e9868de58aab |
UHC | 鄂醍劫 | 111001001100011111110000101101011100110010100100 | e4c7f0b5cca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)