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 | 梓蝎?? | 100010001011001011100101100110010011111100111111 | 88b2e5993f3f |
EUC-JP | 梓蝎?? | 101100001011010011101001111110010011111100111111 | b0b4e9f93f3f |
UTF-8 | 梓蝎렚렜 | 111001101010001010010011111010001001110110001110111010111010000010011010111010111010000010011100 | e6a293e89d8eeba09aeba09c |
UHC | 梓蝎렚렜 | 1110111010101001110010101110100110001110101011011000111010101110 | eea9cae98ead8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)