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 | ÂAYÂAbE | 1000101111000010100110010100000101011001100010111100001010011001010000010110001001000101 | 8bc29941598bc299416245 |
SJIS-WIN | ???AY???AbE | 0011111100111111001111110100000101011001001111110011111100111111010000010110001001000101 | 3f3f3f41593f3f3f416245 |
EUC-JP | ?Â?AY?Â?AbE | 001111111000111110101010101001000011111101000001010110010011111110001111101010101010010000111111010000010110001001000101 | 3f8faaa43f41593f8faaa43f416245 |
UTF-8 | ÂAYÂAbE | 1100001010001011110000111000001011000010100110010100000101011001110000101000101111000011100000101100001010011001010000010110001001000101 | c28bc382c2994159c28bc382c299416245 |
UHC | ???AY???AbE | 0011111100111111001111110100000101011001001111110011111100111111010000010110001001000101 | 3f3f3f41593f3f3f416245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)