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 | 烝?禹?陰 | 1110000001111110001111111110001001011010001111111000100101000001 | e07e3fe25a3f8941 |
EUC-JP | 烝?禹?陰 | 1101111111011111001111111110001110111011001111111011000110100010 | dfdf3fe3bb3fb1a2 |
UTF-8 | 烝렯禹렗陰 | 111001111000001110011101111010111010000010101111111001111010011010111001111010111010000010010111111010011001100110110000 | e7839deba0afe7a6b9eba097e999b0 |
UHC | 烝렯禹렗陰 | 11110001111101101000111010111100111010011110000010001110101011001110101111100100 | f1f68ebce9e08eacebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)