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 | 円??陰? | 10001001011111100011111100111111100010010100000100111111 | 897e3f3f89413f |
EUC-JP | 円??陰? | 10110001110111110011111100111111101100011010001000111111 | b1df3f3fb1a23f |
UTF-8 | 円곸넑陰좬 | 111001011000011010000110111010101011001110111000111010111000010010010001111010011001100110110000111011001010001010101100 | e58686eab3b8eb8491e999b0eca2ac |
UHC | 円곸넑陰좬 | 11100101111101111000000111101100100001101001110011101011111001001010000101000111 | e5f781ec869cebe4a147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)