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 | ?k}Y?k}bE | 001111110110101101111101010110010011111101101011011111010110001001000101 | 3f6b7d593f6b7d6245 |
SJIS-WIN | 羞k}Y羞k}bE | 1110001110110101011010110111110101011001111000111011010101101011011111010110001001000101 | e3b56b7d59e3b56b7d6245 |
EUC-JP | 羞k}Y羞k}bE | 1110011010110111011010110111110101011001111001101011011101101011011111010110001001000101 | e6b76b7d59e6b76b7d6245 |
UTF-8 | 羞k}Y羞k}bE | 11100111101111101001111001101011011111010101100111100111101111101001111001101011011111010110001001000101 | e7be9e6b7d59e7be9e6b7d6245 |
UHC | 羞k}Y羞k}bE | 1110001010111010011010110111110101011001111000101011101001101011011111010110001001000101 | e2ba6b7d59e2ba6b7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)