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 | 渦??歟 | 100010010101000100111111001111111001111101100010 | 89513f3f9f62 |
EUC-JP | 渦??歟 | 101100011011001000111111001111111101110111000011 | b1b23f3fddc3 |
UTF-8 | 渦잏쥈歟 | 111001101011100010100110111011001001111010001111111011001010010110001000111001101010110110011111 | e6b8a6ec9e8feca588e6ad9f |
UHC | 渦잏쥈歟 | 1110100010111110100111111110011110100010100000011110011010100010 | e8be9fe7a281e6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)