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 | 靭屯?矜? | 1001000001111000100100111101010000111111111000011110000000111111 | 907893d43fe1e03f |
EUC-JP | 靭屯?矜? | 1011111111011001110001101101011000111111111000101110001000111111 | bfd9c6d63fe2e23f |
UTF-8 | 靭屯렡矜렟 | 111010011001110110101101111001011011000110101111111010111010000010100001111001111001111110011100111010111010000010011111 | e99dade5b1afeba0a1e79f9ceba09f |
UHC | 靭屯렡矜렟 | 11101100111001011101010011101010100011101011001011010000111010001000111010110000 | ece5d4ea8eb2d0e88eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)