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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 移???澱? | 1000100011011010001111110011111100111111100100110110001000111111 | 88da3f3f3f93623f |
EUC-JP | 移???澱? | 1011000011011100001111110011111100111111110001011100001100111111 | b0dc3f3f3fc5c33f |
UTF-8 | 移쇨렠렗澱렢 | 111001111010011110111011111011001000011110101000111010111010000010100000111010111010000010010111111001101011111010110001111010111010000010100010 | e7a7bbec87a8eba0a0eba097e6beb1eba0a2 |
UHC | 移쇨렠렗澱렢 | 111011001011100110111100111010101000111010110001100011101010110011101110111111101000111010110011 | ecb9bcea8eb18eaceefe8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)