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 | 菽?狩? | 111001001100000100111111100011101110101100111111 | e4c13f8eeb3f |
EUC-JP | 菽饍狩饍 | 11101000110000111000111111101000111011011011110011101101100011111110100011101101 | e8c38fe8edbced8fe8ed |
UTF-8 | 菽饍狩饍 | 111010001000111110111101111010011010010110001101111001111000101110101001111010011010010110001101 | e88fbde9a58de78ba9e9a58d |
UHC | 菽饍狩饍 | 1110001011011101111000001101011111100010101011011110000011010111 | e2dde0d7e2ade0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)