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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?民崙B | 001111111001011010101111100110111100010001000010 | 3f96af9bc442 |
EUC-JP | ?民崙B | 001111111100110010110001110101101100011001000010 | 3fccb1d6c642 |
UTF-8 | 렻民崙B | 11101011101000001011101111100110101100001001000111100101101101001001100101000010 | eba0bbe6b091e5b49942 |
UHC | 렻民崙B | 10001110110000111101101011000101110101111100010001000010 | 8ec3dac5d7c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)