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 | 運莎? | 1000100101011110111001001011001100111111 | 895ee4b33f |
EUC-JP | 運莎? | 1011000110111111111010001011010100111111 | b1bfe8b53f |
UTF-8 | 運莎렱 | 111010011000000110001011111010001000111010001110111010111010000010110001 | e9818be88e8eeba0b1 |
UHC | 運莎렱 | 111010101010000111011110111011011000111010111110 | eaa1deed8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)