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 | ¶ÅW}¶ÅW{^ | 101101101100010101010111011111011011011011000101010101110111101101011110 | b6c5577db6c5577b5e |
SJIS-WIN | ¶?W}¶?W{^ | 1000000111110111001111110101011101111101100000011111011100111111010101110111101101011110 | 81f73f577d81f73f577b5e |
EUC-JP | ¶ÅW}¶ÅW{^ | 101000101111100110001111101010101010100101010111011111011010001011111001100011111010101010101001010101110111101101011110 | a2f98faaa9577da2f98faaa9577b5e |
UTF-8 | ¶ÅW}¶ÅW{^ | 11000010101101101100001110000101010101110111110111000010101101101100001110000101010101110111101101011110 | c2b6c385577dc2b6c385577b5e |
UHC | ¶?W}¶?W{^ | 1010001011010010001111110101011101111101101000101101001000111111010101110111101101011110 | a2d23f577da2d23f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)