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 | 驫ケ繧丞ウカ | 111010011000101010111001111000111000001010001111111001011011001110110110 | e98ab9e3828fe5b3b6 |
EUC-JP | 驫ケ繧丞ウカ | 111100011110101010001110101110011110010111100010101111101110011110001110101100111000111010110110 | f1ea8eb9e5e2bee78eb38eb6 |
UTF-8 | 驫ケ繧丞ウカ | 111010011010100110101011111011111011110110111001111001111011100110100111111001001011100010011110111011111011110110110011111011111011110110110110 | e9a9abefbdb9e7b9a7e4b89eefbdb3efbdb6 |
UHC | ???丞?? | 00111111001111110011111111100011101010100011111100111111 | 3f3f3fe3aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)