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 | 𯰺¾ | 11110000101011111000111010110000100011111011101010111110 | f0af8eb08fbabe |
SJIS-WIN | ???°??? | 0011111100111111001111111000000110001011001111110011111100111111 | 3f3f3f818b3f3f3f |
EUC-JP | ð¯?°?º? | 1000111110101001110000111000111110100010101101000011111110100001111010110011111110001111101000101110101100111111 | 8fa9c38fa2b43fa1eb3f8fa2eb3f |
UTF-8 | 𯰺¾ | 1100001110110000110000101010111111000010100011101100001010110000110000101000111111000010101110101100001010111110 | c3b0c2afc28ec2b0c28fc2bac2be |
UHC | ð??°?º¾ | 1010100110100011001111110011111110100001110001100011111110101000101011001010100011111010 | a9a33f3fa1c63fa8aca8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)