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 | 驕碑ウ皆 | 11101001100000011001010011101000101100111000101001000110 | e98194e8b38a46 |
EUC-JP | 驕碑ウ皆 | 1111000111100001110010001110101010001110101100111011001110100111 | f1e1c8ea8eb3b3a7 |
UTF-8 | 驕碑ウ皆 | 111010011010100110010101111001111010001010010001111011111011110110110011111001111001101010000110 | e9a995e7a291efbdb3e79a86 |
UHC | 驕碑?皆 | 11001110111101101101110111111000001111111100101111001011 | cef6ddf83fcbcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)