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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 写冗ア漆 | 10001110110010101000111111100111101100011000111010111101 | 8eca8fe7b18ebd |
EUC-JP | 写冗ア漆 | 1011110011001100101111101110100110001110101100011011110010111111 | bcccbee98eb1bcbf |
UTF-8 | 写冗ア漆 | 111001011000011010011001111001011000011010010111111011111011110110110001111001101011110010000110 | e58699e58697efbdb1e6bc86 |
UHC | ?冗?漆 | 001111111110100110110111001111111111011011010100 | 3fe9b73ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)