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 | ???^Q] | 001111110011111100111111010111100101000101011101 | 3f3f3f5e515d |
SJIS-WIN | 菽??^Q] | 11100100110000010011111100111111010111100101000101011101 | e4c13f3f5e515d |
EUC-JP | 菽??^Q] | 11101000110000110011111100111111010111100101000101011101 | e8c33f3f5e515d |
UTF-8 | 菽됦돶^Q] | 111010001000111110111101111010111001000010100110111010111000111110110110010111100101000101011101 | e88fbdeb90a6eb8fb65e515d |
UHC | 菽됦돶^Q] | 111000101101110110001001111001001000100110111001010111100101000101011101 | e2dd89e489b95e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)