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 | 鉚剰イ危ー | 1110011111110100100011111110100010110010100010101110101110110000 | e7f48fe8b28aebb0 |
EUC-JP | 鉚剰イ危ー | 11101110111101101011111011101010100011101011001010110100111011011000111010110000 | eef6beea8eb2b4ed8eb0 |
UTF-8 | 鉚剰イ危ー | 111010011000100110011010111001011000100110110000111011111011110110110010111001011000110110110001111011111011110110110000 | e9899ae589b0efbdb2e58db1efbdb0 |
UHC | ???危? | 001111110011111100111111111010101100101100111111 | 3f3f3feacb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)