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 | 驤ャ貅ス莠 | 1110100110001000101011001110011010111010101111011110010010111010 | e988ace6babde4ba |
EUC-JP | 驤ャ貅ス莠 | 11110001111010001000111010101100111011001011110010001110101111011110100010111100 | f1e88eacecbc8ebde8bc |
UTF-8 | 驤ャ貅ス莠 | 111010011010100110100100111011111011110110101100111010001011001010000101111011111011110110111101111010001000111010100000 | e9a9a4efbdace8b285efbdbde88ea0 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)