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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 霓堊}霓堊{^ | 1110100010111101100110101011111101111101111010001011110110011010101111110111101101011110 | e8bd9abf7de8bd9abf7b5e |
EUC-JP | 霓堊}霓堊{^ | 1111000010111111110101001100000101111101111100001011111111010100110000010111101101011110 | f0bfd4c17df0bfd4c17b5e |
UTF-8 | 霓堊}霓堊{^ | 111010011001110010010011111001011010000010001010011111011110100110011100100100111110010110100000100010100111101101011110 | e99c93e5a08a7de99c93e5a08a7b5e |
UHC | 霓堊}霓堊{^ | 1110011111100111111001001011111001111101111001111110011111100100101111100111101101011110 | e7e7e4be7de7e7e4be7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)