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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | 湿式U}湿式U{^ | 10001110101111001000111010101110010101010111110110001110101111001000111010101110010101010111101101011110 | 8ebc8eae557d8ebc8eae557b5e |
EUC-JP | 湿式U}湿式U{^ | 10111100101111101011110010110000010101010111110110111100101111101011110010110000010101010111101101011110 | bcbebcb0557dbcbebcb0557b5e |
UTF-8 | 湿式U}湿式U{^ | 1110011010111001101111111110010110111100100011110101010101111101111001101011100110111111111001011011110010001111010101010111101101011110 | e6b9bfe5bc8f557de6b9bfe5bc8f557b5e |
UHC | ?式U}?式U{^ | 0011111111100011110100100101010101111101001111111110001111010010010101010111101101011110 | 3fe3d2557d3fe3d2557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)