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 | ?蔗}?蔗{^ | 001111111110010011110010011111010011111111100100111100100111101101011110 | 3fe4f27d3fe4f27b5e |
EUC-JP | ?蔗}?蔗{^ | 001111111110100011110100011111010011111111101000111101000111101101011110 | 3fe8f47d3fe8f47b5e |
UTF-8 | 렶蔗}렶蔗{^ | 111010111010000010110110111010001001010010010111011111011110101110100000101101101110100010010100100101110111101101011110 | eba0b6e894977deba0b6e894977b5e |
UHC | 렶蔗}렶蔗{^ | 1000111011000001111011011011110101111101100011101100000111101101101111010111101101011110 | 8ec1edbd7d8ec1edbd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)