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 | 驕定ョォ | 11101001100000011001001011101000101011101000001101001000 | e98192e8ae8348 |
EUC-JP | 驕定ョォ | 1111000111100001110001001110101010001110101011101010010110101001 | f1e1c4ea8eaea5a9 |
UTF-8 | 驕定ョォ | 111010011010100110010101111001011010111010011010111011111011110110101110111000111000001010101001 | e9a995e5ae9aefbdaee382a9 |
UHC | 驕定?ォ | 11001110111101101110111111010010001111111010101110101001 | cef6efd23faba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)