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 | 移?鬱?跡 | 1000100011011010001111111001111101010100001111111001000011010101 | 88da3f9f543f90d5 |
EUC-JP | 移?鬱?跡 | 1011000011011100001111111101110110110101001111111100000011010111 | b0dc3fddb53fc0d7 |
UTF-8 | 移렯鬱렚跡 | 111001111010011110111011111010111010000010101111111010011010110010110001111010111010000010011010111010001011011110100001 | e7a7bbeba0afe9acb1eba09ae8b7a1 |
UHC | 移렯鬱렚跡 | 11101100101110011000111010111100111010101010011010001110101011011110111011100110 | ecb98ebceaa68eadeee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)