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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 上チ[}上チ[{^ | 1000111111100011110000010101101101111101100011111110001111000001010110110111101101011110 | 8fe3c15b7d8fe3c15b7b5e |
EUC-JP | 上チ[}上チ[{^ | 10111110111001011000111011000001010110110111110110111110111001011000111011000001010110110111101101011110 | bee58ec15b7dbee58ec15b7b5e |
UTF-8 | 上チ[}上チ[{^ | 1110010010111000100010101110111110111110100000010101101101111101111001001011100010001010111011111011111010000001010110110111101101011110 | e4b88aefbe815b7de4b88aefbe815b7b5e |
UHC | 上?[}上?[{^ | 1101111110111110001111110101101101111101110111111011111000111111010110110111101101011110 | dfbe3f5b7ddfbe3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)