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 | ?禧}?禧{^ | 001111111110001001010101011111010011111111100010010101010111101101011110 | 3fe2557d3fe2557b5e |
EUC-JP | ?禧}?禧{^ | 001111111110001110110110011111010011111111100011101101100111101101011110 | 3fe3b67d3fe3b67b5e |
UTF-8 | 겾禧}겾禧{^ | 111010101011001010111110111001111010011010100111011111011110101010110010101111101110011110100110101001110111101101011110 | eab2bee7a6a77deab2bee7a6a77b5e |
UHC | 겾禧}겾禧{^ | 1000000111000101111111011111101101111101100000011100010111111101111110110111101101011110 | 81c5fdfb7d81c5fdfb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)