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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 雎梧立ミァh | 111010001011000110001100111001101001011110100111110100001010011101101000 | e8b18ce697a7d0a768 |
EUC-JP | 雎梧立ミァh | 1111000010110011101110001110100011001110101010011000111011010000100011101010011101101000 | f0b3b8e8cea98ed08ea768 |
UTF-8 | 雎梧立ミァh | 11101001100110111000111011100110101000101010011111100111101010111000101111101111101111101001000011101111101111011010011101101000 | e99b8ee6a2a7e7ab8befbe90efbda768 |
UHC | 雎梧立??h | 111011101101000111100111111111001101100010100001001111110011111101101000 | eed1e7fcd8a13f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)