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 | 鋕ヤ齊ウエ郢 | 111110111101010011010100111010101000111010110011101101001110011110111001 | fbd4d4ea8eb3b4e7b9 |
EUC-JP | 鋕ヤ齊ウエ郢 | 10001111111001001100000010001110110101001111001111101110100011101011001110001110101101001110111010111011 | 8fe4c08ed4f3ee8eb38eb4eebb |
UTF-8 | 鋕ヤ齊ウエ郢 | 111010011000101110010101111011111011111010010100111010011011110110001010111011111011110110110011111011111011110110110100111010011000001110100010 | e98b95efbe94e9bd8aefbdb3efbdb4e983a2 |
UHC | ??齊??? | 00111111001111111111000010111010001111110011111100111111 | 3f3ff0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)