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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 倖絅?趾 | 10001100111101001110001101000100001111111110011011100100 | 8cf4e3443fe6e4 |
EUC-JP | 倖絅?趾 | 10111000111101101110010110100101001111111110110011100110 | b8f6e5a53fece6 |
UTF-8 | 倖絅톰趾 | 111001011000000010010110111001111011010110000101111011011000011010110000111010001011011010111110 | e58096e7b585ed86b0e8b6be |
UHC | 倖絅톰趾 | 1111101010111000110011001110011111000101111010001111001010111111 | fab8cce7c5e8f2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)