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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裔壻クサ蔗 | 1110010111100001100110101110010010111000101110111110010011110010 | e5e19ae4b8bbe4f2 |
EUC-JP | 裔壻クサ蔗 | 11101010111000111101010011100110100011101011100010001110101110111110100011110100 | eae3d4e68eb88ebbe8f4 |
UTF-8 | 裔壻クサ蔗 | 111010001010001110010100111001011010001110111011111011111011110110111000111011111011110110111011111010001001010010010111 | e8a394e5a3bbefbdb8efbdbbe89497 |
UHC | 裔壻??蔗 | 1110011111100000110111111110101100111111001111111110110110111101 | e7e0dfeb3f3fedbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)