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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | 永??溢?V | 1000100101101001001111110011111110001000111011000011111101010110 | 89693f3f88ec3f56 |
EUC-JP | 永??溢?V | 1011000111001010001111110011111110110000111011100011111101010110 | b1ca3f3fb0ee3f56 |
UTF-8 | 永띔퇉溢쏯V | 11100110101100001011100011101011100111011001010011101101100001111000100111100110101110101010001011101100100011111010111101010110 | e6b0b8eb9d94ed8789e6baa2ec8faf56 |
UHC | 永띔퇉溢쏯V | 1110011110110101101101101110101010110111100110101110110011101110100111000100111001010110 | e7b5b6eab79aecee9c4e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)