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 | 霎」螟奇スイ | 111010001011111010100011111001011010010010001010111011111011110110110010 | e8bea3e5a48aefbdb2 |
EUC-JP | 霎」螟奇スイ | 111100001100000010001110101000111110101010100110101101001111000110001110101111011000111010110010 | f0c08ea3eaa6b4f18ebd8eb2 |
UTF-8 | 霎」螟奇スイ | 111010011001110010001110111011111011110110100011111010001001111010011111111001011010010110000111111011111011110110111101111011111011110110110010 | e99c8eefbda3e89e9fe5a587efbdbdefbdb2 |
UHC | ??螟奇?? | 0011111100111111110110011010110111010000111101000011111100111111 | 3f3fd9add0f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)