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 | ¾«Î¡Þ | 1011111010101011100011101100111010001110101000011000111011011110 | beab8ece8ea18ede |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???Î?¡?Þ | 0011111100111111001111111000111110101010110000100011111110001111101000101100001000111111100011111010100110110000 | 3f3f3f8faac23f8fa2c23f8fa9b0 |
UTF-8 | ¾«Î¡Þ | 11000010101111101100001010101011110000101000111011000011100011101100001010001110110000101010000111000010100011101100001110011110 | c2bec2abc28ec38ec28ec2a1c28ec39e |
UHC | ¾????¡?Þ | 1010100011111010001111110011111100111111001111111010001010101110001111111010100010101101 | a8fa3f3f3f3fa2ae3fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)