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 | O}YO}bE | 100111110100111101111101010110011001111101001111011111010110001001000101 | 9f4f7d599f4f7d6245 |
SJIS-WIN | ?O}Y?O}bE | 001111110100111101111101010110010011111101001111011111010110001001000101 | 3f4f7d593f4f7d6245 |
EUC-JP | ?O}Y?O}bE | 001111110100111101111101010110010011111101001111011111010110001001000101 | 3f4f7d593f4f7d6245 |
UTF-8 | O}YO}bE | 1100001010011111010011110111110101011001110000101001111101001111011111010110001001000101 | c29f4f7d59c29f4f7d6245 |
UHC | ?O}Y?O}bE | 001111110100111101111101010110010011111101001111011111010110001001000101 | 3f4f7d593f4f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)