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 | ??V??V^ | 00111111001111110101011000111111001111110101011001011110 | 3f3f563f3f565e |
SJIS-WIN | ?}V?}V^ | 001111111000000101110000010101100011111110000001011100000101011001011110 | 3f8170563f8170565e |
EUC-JP | ?}V?}V^ | 001111111010000111010001010101100011111110100001110100010101011001011110 | 3fa1d1563fa1d1565e |
UTF-8 | 룵}V룵}V^ | 111010111010001110110101111011111011110110011101010101101110101110100011101101011110111110111101100111010101011001011110 | eba3b5efbd9d56eba3b5efbd9d565e |
UHC | 룵}V룵}V^ | 1000111110101010101000111111110101010110100011111010101010100011111111010101011001011110 | 8faaa3fd568faaa3fd565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)