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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 庄?氷蹄?? | 100011111010111100111111100101010101100010010010111110110011111100111111 | 8faf3f955892fb3f3f |
| EUC-JP | 庄?氷蹄?? | 101111101011000100111111110010011011100111000100111111010011111100111111 | beb13fc9b9c4fd3f3f |
| UTF-8 | 庄양氷蹄브렮 | 111001011011101010000100111011001001011010010001111001101011000010110111111010001011100110000100111010111011100010001100111010111010000010101110 | e5ba84ec9691e6b0b7e8b984ebb88ceba0ae |
| UHC | 庄양氷蹄브렮 | 111011011110010010111110111001111101111010111100111100001011010010111010111010101000111010111011 | ede4bee7debcf0b4baea8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)