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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞴ォ寬呱 | 11101000111001001010101111111010101010101001100111101011 | e8e4abfaaa99eb |
EUC-JP | 鞴ォ?呱 | 11110000111001101000111010101011001111111101001011101101 | f0e68eab3fd2ed |
UTF-8 | 鞴ォ寬呱 | 111010011001111010110100111011111011110110101011111001011010111110101100111001011001000110110001 | e99eb4efbdabe5aface591b1 |
UHC | ??寬呱 | 001111110011111111001110101100001100110110110010 | 3f3fceb0cdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)