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 | 移?煜?? | 10001000110110100011111111111011010101010011111100111111 | 88da3ffb553f3f |
EUC-JP | 移?煜?? | 1011000011011100001111111000111111001001111111000011111100111111 | b0dc3f8fc9fc3f3f |
UTF-8 | 移렯煜쾅렦 | 111001111010011110111011111010111010000010101111111001111000010110011100111011001011111010000101111010111010000010100110 | e7a7bbeba0afe7859cecbe85eba0a6 |
UHC | 移렯煜쾅렦 | 11101100101110011000111010111100111010011111001011000100111001111000111010110101 | ecb98ebce9f2c4e78eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)