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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 押??愿?? | 1000100110011111001111110011111110011100110000110011111100111111 | 899f3f3f9cc33f3f |
EUC-JP | 押??愿?? | 1011001010100001001111110011111111011000110001010011111100111111 | b2a13f3fd8c53f3f |
UTF-8 | 押꾠렔愿뚪쟿 | 111001101000101010111100111010101011111010100000111010111010000010010100111001101000010010111111111010111001101010101010111011001001111110111111 | e68abceabea0eba094e684bfeb9aaaec9fbf |
UHC | 押꾠렔愿뚪쟿 | 111001001110001110000100111000111000111010101001111010101011010010001100111010011010000010000101 | e4e384e38ea9eab48ce9a085 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)