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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茯域尚 | 111001001010100010001000111001101000111110101110 | e4a888e68fae |
EUC-JP | 茯域尚 | 111010001010101010110000111010001011111010110000 | e8aab0e8beb0 |
UTF-8 | 茯域尚 | 111010001000110010101111111001011001111110011111111001011011000010011010 | e88cafe59f9fe5b09a |
UHC | 茯域? | 1101110011011010111001101011010000111111 | dcdae6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)