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 | 瓦泥ぐ? | 10001010101000101001001101000100100000101010111000111111 | 8aa2934482ae3f |
EUC-JP | 瓦泥ぐ? | 10110100101001001100010110100101101001001011000000111111 | b4a4c5a5a4b03f |
UTF-8 | 瓦泥ぐ렒 | 111001111001001110100110111001101011001110100101111000111000000110010000111010111010000010010010 | e793a6e6b3a5e38190eba092 |
UHC | 瓦泥ぐ렒 | 1110100010111111110100101111101010101010101100001000111010100111 | e8bfd2faaab08ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)