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 | ?禳}?禳{^ | 001111111110001001011001011111010011111111100010010110010111101101011110 | 3fe2597d3fe2597b5e |
EUC-JP | ?禳}?禳{^ | 001111111110001110111010011111010011111111100011101110100111101101011110 | 3fe3ba7d3fe3ba7b5e |
UTF-8 | 룵禳}룵禳{^ | 111010111010001110110101111001111010011010110011011111011110101110100011101101011110011110100110101100110111101101011110 | eba3b5e7a6b37deba3b5e7a6b37b5e |
UHC | 룵禳}룵禳{^ | 1000111110101010111001011100110001111101100011111010101011100101110011000111101101011110 | 8faae5cc7d8faae5cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)