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 | 悟??貴腰 | 1000110011100101001111110011111110001011010011011000110110011000 | 8ce53f3f8b4d8d98 |
EUC-JP | 悟??貴腰 | 1011100011100111001111110011111110110101101011101011100111111000 | b8e73f3fb5aeb9f8 |
UTF-8 | 悟딆궚貴腰 | 111001101000001010011111111010111001010010000110111010101011011010011010111010001011001010110100111010001000010110110000 | e6829feb9486eab69ae8b2b4e885b0 |
UHC | 悟딆궚貴腰 | 11100111111101101000101011101100100000101010111111001111111111101110100110100110 | e7f68aec82afcffee9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)