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 | 褫野険 | 111001011111001110010110111011001000110010101111 | e5f396ec8caf |
EUC-JP | 褫野険 | 111010101111010111001100111011101011100010110001 | eaf5cceeb8b1 |
UTF-8 | 褫野険 | 111010001010010010101011111010011000011110001110111010011001100110111010 | e8a4abe9878ee999ba |
UHC | ?野? | 00111111111001011010111100111111 | 3fe5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)