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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓦泥そ?? | 1000101010100010100100110100010010000010101110110011111100111111 | 8aa2934482bb3f3f |
EUC-JP | 瓦泥そ?? | 1011010010100100110001011010010110100100101111010011111100111111 | b4a4c5a5a4bd3f3f |
UTF-8 | 瓦泥そ렖롃 | 111001111001001110100110111001101011001110100101111000111000000110011101111010111010000010010110111010111010000110000011 | e793a6e6b3a5e3819deba096eba183 |
UHC | 瓦泥そ렖롃 | 11101000101111111101001011111010101010101011110110001110101010111000111011001010 | e8bfd2faaabd8eab8eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)