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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?х??х?^ | 001111111000010010000111001111110011111110000100100001110011111101011110 | 3f84873f3f84873f5e |
EUC-JP | ?х??х?^ | 001111111010011111100111001111110011111110100111111001110011111101011110 | 3fa7e73f3fa7e73f5e |
UTF-8 | 蓮х뙄蓮х뙄^ | 1110111110100110100110011101000110000101111010111001100110000100111011111010011010011001110100011000010111101011100110011000010001011110 | efa699d185eb9984efa699d185eb99845e |
UHC | 蓮х뙄蓮х뙄^ | 11100110111001011010110011100111100011001000101011100110111001011010110011100111100011001000101001011110 | e6e5ace78c8ae6e5ace78c8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)