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 | 移???? | 100010001101101000111111001111110011111100111111 | 88da3f3f3f3f |
EUC-JP | 移???? | 101100001101110000111111001111110011111100111111 | b0dc3f3f3f3f |
UTF-8 | 移쇨렠멸렠 | 111001111010011110111011111011001000011110101000111010111010000010100000111010111010100110111000111010111010000010100000 | e7a7bbec87a8eba0a0eba9b8eba0a0 |
UHC | 移쇨렠멸렠 | 11101100101110011011110011101010100011101011000110111000111010101000111010110001 | ecb9bcea8eb1b8ea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)