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}Y?Y}bE | 001111110101100101111101010110010011111101011001011111010110001001000101 | 3f597d593f597d6245 |
SJIS-WIN | 蘓Y}Y蘓Y}bE | 1110010101011110010110010111110101011001111001010101111001011001011111010110001001000101 | e55e597d59e55e597d6245 |
EUC-JP | 蘓Y}Y蘓Y}bE | 1110100110111111010110010111110101011001111010011011111101011001011111010110001001000101 | e9bf597d59e9bf597d6245 |
UTF-8 | 蘓Y}Y蘓Y}bE | 11101000100110001001001101011001011111010101100111101000100110001001001101011001011111010110001001000101 | e89893597d59e89893597d6245 |
UHC | ?Y}Y?Y}bE | 001111110101100101111101010110010011111101011001011111010110001001000101 | 3f597d593f597d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)