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 | ûZ¾ûZ¾B | 111110110101101010001110101111101111101101011010100011101011111001000010 | fb5a8ebefb5a8ebe42 |
SJIS-WIN | ?Z???Z??B | 001111110101101000111111001111110011111101011010001111110011111101000010 | 3f5a3f3f3f5a3f3f42 |
EUC-JP | ûZ??ûZ??B | 10001111101010111110010101011010001111110011111110001111101010111110010101011010001111110011111101000010 | 8fabe55a3f3f8fabe55a3f3f42 |
UTF-8 | ûZ¾ûZ¾B | 110000111011101101011010110000101000111011000010101111101100001110111011010110101100001010001110110000101011111001000010 | c3bb5ac28ec2bec3bb5ac28ec2be42 |
UHC | ?Z?¾?Z?¾B | 0011111101011010001111111010100011111010001111110101101000111111101010001111101001000010 | 3f5a3fa8fa3f5a3fa8fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)