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??VB | 00111111001111110101011000111111001111110101011001000010 | 3f3f563f3f5642 |
SJIS-WIN | ?}V?}VB | 001111111000000101110000010101100011111110000001011100000101011001000010 | 3f8170563f81705642 |
EUC-JP | ?}V?}VB | 001111111010000111010001010101100011111110100001110100010101011001000010 | 3fa1d1563fa1d15642 |
UTF-8 | 룵}V룵}VB | 111010111010001110110101111011111011110110011101010101101110101110100011101101011110111110111101100111010101011001000010 | eba3b5efbd9d56eba3b5efbd9d5642 |
UHC | 룵}V룵}VB | 1000111110101010101000111111110101010110100011111010101010100011111111010101011001000010 | 8faaa3fd568faaa3fd5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)