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 | 髢シ閧イ譴 | 1110100110010110101111001110100010000010101100101110011010100010 | e996bce882b2e6a2 |
EUC-JP | 髢シ閧イ譴 | 11110001111101101000111010111100111011111110001010001110101100101110110010100100 | f1f68ebcefe28eb2eca4 |
UTF-8 | 髢シ閧イ譴 | 111010011010101110100010111011111011110110111100111010011001011010100111111011111011110110110010111010001010110110110100 | e9aba2efbdbce996a7efbdb2e8adb4 |
UHC | ????譴 | 001111110011111100111111001111111100110010111001 | 3f3f3f3fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)