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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楔往瀟? | 10011110101101101000100110011101111000000110111000111111 | 9eb6899de06e3f |
EUC-JP | 楔往瀟炤 | 110111001011100010110001111111011101111111001111100011111100100111010010 | dcb8b1fddfcf8fc9d2 |
UTF-8 | 楔往瀟炤 | 111001101010010110010100111001011011111010000000111001111000000010011111111001111000001010100100 | e6a594e5be80e7809fe782a4 |
UHC | 楔往瀟炤 | 1110000011011011111010001101100111100001101111101110000110111111 | e0dbe8d9e1bee1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)