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 | ÂAvÂAvB | 1000101111000010100110010100000101110110100010111100001010011001010000010111011001000010 | 8bc29941768bc299417642 |
SJIS-WIN | ???Av???AvB | 0011111100111111001111110100000101110110001111110011111100111111010000010111011001000010 | 3f3f3f41763f3f3f417642 |
EUC-JP | ?Â?Av?Â?AvB | 001111111000111110101010101001000011111101000001011101100011111110001111101010101010010000111111010000010111011001000010 | 3f8faaa43f41763f8faaa43f417642 |
UTF-8 | ÂAvÂAvB | 1100001010001011110000111000001011000010100110010100000101110110110000101000101111000011100000101100001010011001010000010111011001000010 | c28bc382c2994176c28bc382c299417642 |
UHC | ???Av???AvB | 0011111100111111001111110100000101110110001111110011111100111111010000010111011001000010 | 3f3f3f41763f3f3f417642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)