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 | 瑁シ狎゚縞 | 1110000011101110101111001110000010111110110111111000111011001000 | e0eebce0bedf8ec8 |
EUC-JP | 瑁シ狎゚縞 | 11100000111100001000111010111100111000001100000010001110110111111011110011001010 | e0f08ebce0c08edfbcca |
UTF-8 | 瑁シ狎゚縞 | 111001111001000110000001111011111011110110111100111001111000101110001110111011111011111010011111111001111011100010011110 | e79181efbdbce78b8eefbe9fe7b89e |
UHC | 瑁?狎?縞 | 1101100111000001001111111110010011100100001111111111101111010110 | d9c13fe4e43ffbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)