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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 辿蔵辿蔵B | 100100100100100010010001101000001001001001001000100100011010000001000010 | 924891a0924891a042 |
EUC-JP | 辿蔵辿蔵B | 110000111010100111000010101000101100001110101001110000101010001001000010 | c3a9c2a2c3a9c2a242 |
UTF-8 | 辿蔵辿蔵B | 11101000101111101011111111101000100101001011010111101000101111101011111111101000100101001011010101000010 | e8bebfe894b5e8bebfe894b542 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)