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 | 貉耶興 | 111001101011100110010110111010111000101110111011 | e6b996eb8bbb |
EUC-JP | 貉耶興 | 111011001011101111001100111011011011011010111101 | ecbbccedb6bd |
UTF-8 | 貉耶興 | 111010001011001010001001111010001000000010110110111010001000100010001000 | e8b289e880b6e88888 |
UHC | ?耶興 | 0011111111100101101011011111110111101001 | 3fe5adfde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)