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 | 業??宥? | 10001011110001100011111100111111100101110100011100111111 | 8bc63f3f97473f |
EUC-JP | 業??宥? | 10110110110010000011111100111111110011011010100000111111 | b6c83f3fcda83f |
UTF-8 | 業좊톩宥푟 | 111001101010010110101101111011001010001010001010111011011000011010101001111001011010111010100101111011011001000110011111 | e6a5adeca28aed86a9e5aea5ed919f |
UHC | 業좊톩宥푟 | 11100101111101101010000011101011101101111000000111101010111010011011111001101011 | e5f6a0ebb781eae9be6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)