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 | 裕??援 | 100101110101010000111111001111111000100110000111 | 97543f3f8987 |
EUC-JP | 裕??援 | 110011011011010100111111001111111011000111100111 | cdb53f3fb1e7 |
UTF-8 | 裕좊볏援 | 111010001010001110010101111011001010001010001010111010111011001110001111111001101000111110110100 | e8a395eca28aebb38fe68fb4 |
UHC | 裕좊볏援 | 1110101110101110101000001110101110111010101100101110101010110101 | ebaea0ebbab2eab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)