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 | ??s}??s{^ | 001111110011111101110011011111010011111100111111011100110111101101011110 | 3f3f737d3f3f737b5e |
SJIS-WIN | 禎?s}禎?s{^ | 1001001011110101001111110111001101111101100100101111010100111111011100110111101101011110 | 92f53f737d92f53f737b5e |
EUC-JP | 禎?s}禎?s{^ | 1100010011110111001111110111001101111101110001001111011100111111011100110111101101011110 | c4f73f737dc4f73f737b5e |
UTF-8 | 禎덖s}禎덖s{^ | 1110011110100110100011101110101110001101100101100111001101111101111001111010011010001110111010111000110110010110011100110111101101011110 | e7a68eeb8d96737de7a68eeb8d96737b5e |
UHC | 禎덖s}禎덖s{^ | 11101111111011101011010011110111011100110111110111101111111011101011010011110111011100110111101101011110 | efeeb4f7737defeeb4f7737b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)