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 | 第頭?? | 100100011110011010010011101010100011111100111111 | 91e693aa3f3f |
EUC-JP | 第頭?? | 110000101110100011000110101011000011111100111111 | c2e8c6ac3f3f |
UTF-8 | 第頭렗렗 | 111001111010110010101100111010011010000010101101111010111010000010010111111010111010000010010111 | e7acace9a0adeba097eba097 |
UHC | 第頭렗렗 | 1111000010101111110101001110100110001110101011001000111010101100 | f0afd4e98eac8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)