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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貔育」: | 11100110101111101000100011100111101000111000000101000110 | e6be88e7a38146 |
EUC-JP | 貔育」: | 1110110011000000101100001110100110001110101000111010000110100111 | ecc0b0e98ea3a1a7 |
UTF-8 | 貔育」: | 111010001011001010010100111010001000001010110010111011111011110110100011111011111011110010011010 | e8b294e882b2efbda3efbc9a |
UHC | ?育?: | 001111111110101111000000001111111010001110111010 | 3febc03fa3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)