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 | 險題ョ手セ | 1110100010101000100100011110100010101110100011101110100010111110 | e8a891e8ae8ee8be |
EUC-JP | 險題ョ手セ | 11110000101010101100001011101010100011101010111010111100111010101000111010111110 | f0aac2ea8eaebcea8ebe |
UTF-8 | 險題ョ手セ | 111010011001101010101010111010011010000110001100111011111011110110101110111001101000100110001011111011111011110110111110 | e99aaae9a18cefbdaee6898befbdbe |
UHC | 險題?手? | 1111101011001111111100001011100100111111111000101010001000111111 | facff0b93fe2a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)