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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 堤??絅?救B | 10010010111001110011111100111111111000110100010000111111100010110111111001000010 | 92e73f3fe3443f8b7e42 |
EUC-JP | 堤??絅?救B | 11000100111010010011111100111111111001011010010100111111101101011101111101000010 | c4e93f3fe5a53fb5df42 |
UTF-8 | 堤렚狀絅렯救B | 11100101101000001010010011101011101000001001101011101111101001111011101011100111101101011000010111101011101000001010111111100110100101011001000101000010 | e5a0a4eba09aefa7bae7b585eba0afe6959142 |
UHC | 堤렚狀絅렯救B | 11110000101001111000111010101101111011011110111011001100111001111000111010111100110011111010110101000010 | f0a78eadedeecce78ebccfad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)