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 | 褫野拷 | 111001011111001110010110111011001000110110001001 | e5f396ec8d89 |
EUC-JP | 褫野拷 | 111010101111010111001100111011101011100111101001 | eaf5cceeb9e9 |
UTF-8 | 褫野拷 | 111010001010010010101011111010011000011110001110111001101000101110110111 | e8a4abe9878ee68bb7 |
UHC | ?野拷 | 0011111111100101101011111100110110111000 | 3fe5afcdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)