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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 躍??躍??B | 100101101111010000111111001111111001011011110100001111110011111101000010 | 96f43f3f96f43f3f42 |
EUC-JP | 躍??躍??B | 110011001111011000111111001111111100110011110110001111110011111101000010 | ccf63f3fccf63f3f42 |
UTF-8 | 躍녹즻躍녹즻B | 11101000101110101000110111101011100001011011100111101100101001101011101111101000101110101000110111101011100001011011100111101100101001101011101101000010 | e8ba8deb85b9eca6bbe8ba8deb85b9eca6bb42 |
UHC | 躍녹즻躍녹즻B | 11100101101110001011001111101100101000111000110111100101101110001011001111101100101000111000110101000010 | e5b8b3eca38de5b8b3eca38d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)