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 | 漆邪丈タ射 | 100011101011110110001110110101111000111111100100110000001000111011001011 | 8ebd8ed78fe4c08ecb |
EUC-JP | 漆邪丈タ射 | 10111100101111111011110011011001101111101110011010001110110000001011110011001101 | bcbfbcd9bee68ec0bccd |
UTF-8 | 漆邪丈タ射 | 111001101011110010000110111010011000001010101010111001001011100010001000111011111011111010000000111001011011000010000100 | e6bc86e982aae4b888efbe80e5b084 |
UHC | 漆邪丈?射 | 111101101101010011011110111101111110110111011011001111111101111011010010 | f6d4def7eddb3fded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)