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¾ûÕÓ° | 1111101101011010100011101011111011111011110101011101001110110000 | fb5a8ebefbd5d3b0 |
SJIS-WIN | ?Z?????° | 001111110101101000111111001111110011111100111111001111111000000110001011 | 3f5a3f3f3f3f3f818b |
EUC-JP | ûZ??ûÕÓ° | 1000111110101011111001010101101000111111001111111000111110101011111001011000111110101010110110001000111110101010110100011010000111101011 | 8fabe55a3f3f8fabe58faad88faad1a1eb |
UTF-8 | ûZ¾ûÕÓ° | 110000111011101101011010110000101000111011000010101111101100001110111011110000111001010111000011100100111100001010110000 | c3bb5ac28ec2bec3bbc395c393c2b0 |
UHC | ?Z?¾???° | 00111111010110100011111110101000111110100011111100111111001111111010000111000110 | 3f5a3fa8fa3f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)