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 | 艸や坤 | 111001001000011110000010111000101000110110100011 | e48782e28da3 |
EUC-JP | 艸や坤 | 111001111110011110100100111001001011101010100101 | e7e7a4e4baa5 |
UTF-8 | 艸や坤 | 111010001000100110111000111000111000001010000100111001011001110110100100 | e889b8e38284e59da4 |
UHC | 艸や坤 | 111101011010110010101010111001001100110111011110 | f5acaae4cdde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)