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 | ?屑瀟 | 0011111110001011111110111110000001101110 | 3f8bfbe06e |
EUC-JP | ?屑瀟 | 0011111110110110111111011101111111001111 | 3fb6fddfcf |
UTF-8 | 뾸屑瀟 | 111010111011111010111000111001011011000110010001111001111000000010011111 | ebbeb8e5b191e7809f |
UHC | 뾸屑瀟 | 100101110111101011100000110110101110000110111110 | 977ae0dae1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)