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 | 00111111011111010101100100111111011111010110001001000101 | 3f7d593f7d6245 |
SJIS-WIN | 飼}Y飼}bE | 100011101001010001111101010110011000111010010100011111010110001001000101 | 8e947d598e947d6245 |
EUC-JP | 飼}Y飼}bE | 101110111111010001111101010110011011101111110100011111010110001001000101 | bbf47d59bbf47d6245 |
UTF-8 | 飼}Y飼}bE | 1110100110100011101111000111110101011001111010011010001110111100011111010110001001000101 | e9a3bc7d59e9a3bc7d6245 |
UHC | 飼}Y飼}bE | 110111101111100001111101010110011101111011111000011111010110001001000101 | def87d59def87d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)