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 | 淅堯屑 | 100111111100011011101010100111111000101111111011 | 9fc6ea9f8bfb |
EUC-JP | 淅堯屑 | 110111101100100011110100101000011011011011111101 | dec8f4a1b6fd |
UTF-8 | 淅堯屑 | 111001101011011110000101111001011010000010101111111001011011000110010001 | e6b785e5a0afe5b191 |
UHC | 淅堯屑 | 111000001011001011101000111010111110000011011010 | e0b2e8ebe0da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)