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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉙ー寬、悉 | 1111101111001000101100001111101010101010101001001000111010111011 | fbc8b0faaaa48ebb |
EUC-JP | 鉙ー?、悉 | 10001111111000111110001110001110101100000011111110001110101001001011110010111101 | 8fe3e38eb03f8ea4bcbd |
UTF-8 | 鉙ー寬、悉 | 111010011000100110011001111011111011110110110000111001011010111110101100111011111011110110100100111001101000001010001001 | e98999efbdb0e5afacefbda4e68289 |
UHC | ??寬?悉 | 00111111001111111100111010110000001111111110001111111010 | 3f3fceb03fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)