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 | 楔瀟?? | 100111101011011011100000011011100011111100111111 | 9eb6e06e3f3f |
EUC-JP | 楔瀟?? | 110111001011100011011111110011110011111100111111 | dcb8dfcf3f3f |
UTF-8 | 楔瀟了쉃 | 111001101010010110010100111001111000000010011111111011111010011010111010111011001000100110000011 | e6a594e7809fefa6baec8983 |
UHC | 楔瀟了쉃 | 1110000011011011111000011011111011101000111001111001101001011000 | e0dbe1bee8e79a58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)