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 | 翊???? | 111000111100001000111111001111110011111100111111 | e3c23f3f3f3f |
EUC-JP | 翊???? | 111001101100010000111111001111110011111100111111 | e6c43f3f3f3f |
UTF-8 | 翊렑롉렓렫 | 111001111011111110001010111010111010000010010001111010111010000110001001111010111010000010010011111010111010000010101011 | e7bf8aeba091eba189eba093eba0ab |
UHC | 翊렑롉렓렫 | 11101100110011011000111010100110100011101100111110001110101010001000111010111001 | eccd8ea68ecf8ea88eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)