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 | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | 亦?????V | 1001011010010010001111110011111100111111001111110011111101010110 | 96923f3f3f3f3f56 |
EUC-JP | 亦?????V | 1100101111110010001111110011111100111111001111110011111101010110 | cbf23f3f3f3f3f56 |
UTF-8 | 亦낁폊溜믩젫V | 11100100101110101010011011101011100000101000000111101101100011111000101011101111101001111000101111101011101011111010100111101100101000001010101101010110 | e4baa6eb8281ed8f8aefa78bebafa9eca0ab56 |
UHC | 亦낁폊溜믩젫V | 11100110101100101000010111101000101111001001010111101010111111101001001011101011101000001010001101010110 | e6b285e8bc95eafe92eba0a356 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)