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 | ?⑤?? | 0011111110000111010001000011111100111111 | 3f87443f3f |
EUC-JP | 荑??? | 100011111101011111111001001111110011111100111111 | 8fd7f93f3f3f |
UTF-8 | 荑⑤큺若 | 111010001000110110010001111000101001000110100100111011011000000110111010111011111010010110110100 | e88d91e291a4ed81baefa5b4 |
UHC | 荑⑤큺若 | 1110110010111111101010001110101110110100100010011110010110101110 | ecbfa8ebb489e5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)