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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セノ邪上ゥ示 | 101111101100100110001110110101111000111111100011101010011000111010100110 | bec98ed78fe3a98ea6 |
EUC-JP | セノ邪上ゥ示 | 100011101011111010001110110010011011110011011001101111101110010110001110101010011011110010101000 | 8ebe8ec9bcd9bee58ea9bca8 |
UTF-8 | セノ邪上ゥ示 | 111011111011110110111110111011111011111010001001111010011000001010101010111001001011100010001010111011111011110110101001111001111010010010111010 | efbdbeefbe89e982aae4b88aefbda9e7a4ba |
UHC | ??邪上?示 | 001111110011111111011110111101111101111110111110001111111110001111000110 | 3f3fdef7dfbe3fe3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)