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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 湫疇[湫疇[^ | 1001111111010101111000010110010101011011100111111101010111100001011001010101101101011110 | 9fd5e1655b9fd5e1655b5e |
EUC-JP | 湫疇[湫疇[^ | 1101111011010111111000011100011001011011110111101101011111100001110001100101101101011110 | ded7e1c65bded7e1c65b5e |
UTF-8 | 湫疇[湫疇[^ | 111001101011100110101011111001111001011010000111010110111110011010111001101010111110011110010110100001110101101101011110 | e6b9abe796875be6b9abe796875b5e |
UHC | 湫疇[湫疇[^ | 1111010111010011111100011100001001011011111101011101001111110001110000100101101101011110 | f5d3f1c25bf5d3f1c25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)