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 | 菽?狩 | 1110010011000001001111111000111011101011 | e4c13f8eeb |
EUC-JP | 菽饍狩 | 11101000110000111000111111101000111011011011110011101101 | e8c38fe8edbced |
UTF-8 | 菽饍狩 | 111010001000111110111101111010011010010110001101111001111000101110101001 | e88fbde9a58de78ba9 |
UHC | 菽饍狩 | 111000101101110111100000110101111110001010101101 | e2dde0d7e2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)