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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?藪歟 | 0011111111100101010011011001111101100010 | 3fe54d9f62 |
EUC-JP | ?藪歟 | 0011111111101001101011101101110111000011 | 3fe9aeddc3 |
UTF-8 | 밷藪歟 | 111010111011000010110111111010001001011110101010111001101010110110011111 | ebb0b7e897aae6ad9f |
UHC | 밷藪歟 | 100100110110001011100010101111111110011010100010 | 9362e2bfe6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)