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 | 紹ヨ鉎ッ | 100011111101000011010110111110111100011110101111 | 8fd0d6fbc7af |
EUC-JP | 紹ヨ鉎ッ | 101111101101001010001110110101101000111111100011110111111000111010101111 | bed28ed68fe3df8eaf |
UTF-8 | 紹ヨ鉎ッ | 111001111011010010111001111011111011111010010110111010011000100110001110111011111011110110101111 | e7b4b9efbe96e9898eefbdaf |
UHC | 紹??? | 1110000111001001001111110011111100111111 | e1c93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)