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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | ?莢v?莢vB | 001111111110010010110000011101100011111111100100101100000111011001000010 | 3fe4b0763fe4b07642 |
EUC-JP | ?莢v?莢vB | 001111111110100010110010011101100011111111101000101100100111011001000010 | 3fe8b2763fe8b27642 |
UTF-8 | 룫莢v룫莢vB | 111010111010001110101011111010001000111010100010011101101110101110100011101010111110100010001110101000100111011001000010 | eba3abe88ea276eba3abe88ea27642 |
UHC | 룫莢v룫莢vB | 1000111110100010111110101111100001110110100011111010001011111010111110000111011001000010 | 8fa2faf8768fa2faf87642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)