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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 騾埼。城」ォ | 111010011000000010001101111010011010000110001111111010011010001110101011 | e9808de9a18fe9a3ab |
EUC-JP | 騾埼。城」ォ | 111100011110000010111010111010111000111010100001101111101110101110001110101000111000111010101011 | f1e0baeb8ea1beeb8ea38eab |
UTF-8 | 騾埼。城」ォ | 111010011010100010111110111001011001111110111100111011111011110110100001111001011001111110001110111011111011110110100011111011111011110110101011 | e9a8bee59fbcefbda1e59f8eefbda3efbdab |
UHC | ?埼?城?? | 0011111111010000111100100011111111100000111100100011111100111111 | 3fd0f23fe0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)