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 | 楔往瀟 | 100111101011011010001001100111011110000001101110 | 9eb6899de06e |
EUC-JP | 楔往瀟 | 110111001011100010110001111111011101111111001111 | dcb8b1fddfcf |
UTF-8 | 楔往瀟 | 111001101010010110010100111001011011111010000000111001111000000010011111 | e6a594e5be80e7809f |
UHC | 楔往瀟 | 111000001101101111101000110110011110000110111110 | e0dbe8d9e1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)