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 | 跿ォ辯ャ | 111001101111001110101011111001111000011110101100 | e6f3abe787ac |
EUC-JP | 跿ォ辯ャ | 1110110011110101100011101010101111101101111001111000111010101100 | ecf58eabede78eac |
UTF-8 | 跿ォ辯ャ | 111010001011011110111111111011111011110110101011111010001011111010101111111011111011110110101100 | e8b7bfefbdabe8beafefbdac |
UHC | ??辯? | 0011111100111111110111001010101000111111 | 3f3fdcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)