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 | ¾º³ | 1000111011000010100011101010110110111110101110101000111010110011 | 8ec28eadbeba8eb3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Â???º?? | 001111111000111110101010101001000011111100111111001111111000111110100010111010110011111100111111 | 3f8faaa43f3f3f8fa2eb3f3f |
UTF-8 | ¾º³ | 11000010100011101100001110000010110000101000111011000010101011011100001010111110110000101011101011000010100011101100001010110011 | c28ec382c28ec2adc2bec2bac28ec2b3 |
UHC | ???¾º?³ | 001111110011111100111111101000011010100110101000111110101010100010101100001111111010100111111000 | 3f3f3fa1a9a8faa8ac3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)