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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | ハ蛔N}ハ蛔N{^ | 1100101011100101011110110100111001111101110010101110010101111011010011100111101101011110 | cae57b4e7dcae57b4e7b5e |
EUC-JP | ハ蛔N}ハ蛔N{^ | 10001110110010101110100111011100010011100111110110001110110010101110100111011100010011100111101101011110 | 8ecae9dc4e7d8ecae9dc4e7b5e |
UTF-8 | ハ蛔N}ハ蛔N{^ | 1110111110111110100010101110100010011011100101000100111001111101111011111011111010001010111010001001101110010100010011100111101101011110 | efbe8ae89b944e7defbe8ae89b944e7b5e |
UHC | ?蛔N}?蛔N{^ | 0011111111111100111011100100111001111101001111111111110011101110010011100111101101011110 | 3ffcee4e7d3ffcee4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)