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 | 羝種修藪 | 1110001110110110100011101110110110001111010000111110010101001101 | e3b68eed8f43e54d |
EUC-JP | 羝種修藪 | 1110011010111000101111001110111110111101101001001110100110101110 | e6b8bcefbda4e9ae |
UTF-8 | 羝種修藪 | 111001111011111010011101111001111010100010101110111001001011111110101110111010001001011110101010 | e7be9de7a8aee4bfaee897aa |
UHC | ?種修藪 | 00111111111100001111101011100001111100111110001010111111 | 3ff0fae1f3e2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)