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 | 貔育」』 | 11100110101111101000100011100111101000111000000101111000 | e6be88e7a38178 |
EUC-JP | 貔育」』 | 1110110011000000101100001110100110001110101000111010000111011001 | ecc0b0e98ea3a1d9 |
UTF-8 | 貔育」』 | 111010001011001010010100111010001000001010110010111011111011110110100011111000111000000010001111 | e8b294e882b2efbda3e3808f |
UHC | ?育?』 | 001111111110101111000000001111111010000110111011 | 3febc03fa1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)