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 | 𯰺 | 111100001010111110001110101100001000111110111010 | f0af8eb08fba |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | ð¯?°?º | 10001111101010011100001110001111101000101011010000111111101000011110101100111111100011111010001011101011 | 8fa9c38fa2b43fa1eb3f8fa2eb |
UTF-8 | 𯰺 | 110000111011000011000010101011111100001010001110110000101011000011000010100011111100001010111010 | c3b0c2afc28ec2b0c28fc2ba |
UHC | ð??°?º | 101010011010001100111111001111111010000111000110001111111010100010101100 | a9a33f3fa1c63fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)