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 | 逅ョ螂会ス | 1110011110010000101011101110010110100101100010011110111110111101 | e790aee5a589efbd |
EUC-JP | 逅ョ螂会ス | 11101101111100001000111010101110111010101010011110110010111100011000111010111101 | edf08eaeeaa7b2f18ebd |
UTF-8 | 逅ョ螂会ス | 111010011000000010000101111011111011110110101110111010001001111010000010111001001011110010011010111011111011110110111101 | e98085efbdaee89e82e4bc9aefbdbd |
UHC | 逅?螂?? | 11111101101100010011111111010101110011000011111100111111 | fdb13fd5cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)