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 | 熬??傭? | 11100000100100100011111100111111100101110110001000111111 | e0923f3f97623f |
EUC-JP | 熬??傭? | 11011111111100100011111100111111110011011100001100111111 | dff23f3fcdc33f |
UTF-8 | 熬깁릡傭숥 | 111001111000011010101100111010101011100110000001111010111010011010100001111001011000001010101101111011001000100010100101 | e786aceab981eba6a1e582adec88a5 |
UHC | 熬깁릡傭숥 | 11101000101000101011000111101001100100001000001111101001101101101001101001000010 | e8a2b1e99083e9b69a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)