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 | 誾ャ驟基峡 | 111110111010011110101100111010011000010110001010111011101000101110101100 | fba7ace9858aee8bac |
EUC-JP | 誾ャ驟基峡 | 1000111111011110101001001000111010101100111100011110010110110100111100001011011010101110 | 8fdea48eacf1e5b4f0b6ae |
UTF-8 | 誾ャ驟基峡 | 111010001010101010111110111011111011110110101100111010011010100110011111111001011001111110111010111001011011001110100001 | e8aabeefbdace9a99fe59fbae5b3a1 |
UHC | 誾?驟基? | 1110101111011101001111111111011010101110110100001111000100111111 | ebdd3ff6aed0f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)