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 | 關ャ邱定ケエ | 111010001001000010101100111001111011011110010010111010001011100110110100 | e890ace7b792e8b9b4 |
EUC-JP | 關ャ邱定ケエ | 111011111111000010001110101011001110111010111001110001001110101010001110101110011000111010110100 | eff08eaceeb9c4ea8eb98eb4 |
UTF-8 | 關ャ邱定ケエ | 111010011001011110011100111011111011110110101100111010011000001010110001111001011010111010011010111011111011110110111001111011111011110110110100 | e9979cefbdace982b1e5ae9aefbdb9efbdb4 |
UHC | 關?邱定?? | 110011101011110000111111110011111100100011101111110100100011111100111111 | cebc3fcfc8efd23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)