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 | °ô}Y°ô}bE | 101100001111010001111101010110011011000011110100011111010110001001000101 | b0f47d59b0f47d6245 |
SJIS-WIN | °?}Y°?}bE | 1000000110001011001111110111110101011001100000011000101100111111011111010110001001000101 | 818b3f7d59818b3f7d6245 |
EUC-JP | °ô}Y°ô}bE | 101000011110101110001111101010111101010001111101010110011010000111101011100011111010101111010100011111010110001001000101 | a1eb8fabd47d59a1eb8fabd47d6245 |
UTF-8 | °ô}Y°ô}bE | 11000010101100001100001110110100011111010101100111000010101100001100001110110100011111010110001001000101 | c2b0c3b47d59c2b0c3b47d6245 |
UHC | °?}Y°?}bE | 1010000111000110001111110111110101011001101000011100011000111111011111010110001001000101 | a1c63f7d59a1c63f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)