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 | 1101001011111101111100101011010001000010 | d2fdf2b442 |
SJIS-WIN | ???´B | 001111110011111100111111100000010100110001000010 | 3f3f3f814c42 |
EUC-JP | Òýò´B | 100011111010101011010010100011111010101111110010100011111010101111010010101000011010110101000010 | 8faad28fabf28fabd2a1ad42 |
UTF-8 | Òýò´B | 110000111001001011000011101111011100001110110010110000101011010001000010 | c392c3bdc3b2c2b442 |
UHC | ???´B | 001111110011111100111111101000101010010101000010 | 3f3f3fa2a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)