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 | 1110001010100011001111110011111111100110111110100011111101010110 | e2a33f3fe6fa3f56 |
EUC-JP | 筌??踰?V | 1110010010100101001111110011111111101100111111000011111101010110 | e4a53f3fecfc3f56 |
UTF-8 | 筌뚯떐踰캮V | 11100111101011011000110011101011100110101010111111101011100101101001000011101000101110001011000011101100101110101010111001010110 | e7ad8ceb9aafeb9690e8b8b0ecbaae56 |
UHC | 筌뚯떐踰캮V | 1110111110100111100011001110110010001011101001101110101110110010101100000100111001010110 | efa78cec8ba6ebb2b04e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)