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 | 渦?手? | 100010010101000100111111100011101110100000111111 | 89513f8ee83f |
EUC-JP | 渦?手? | 101100011011001000111111101111001110101000111111 | b1b23fbcea3f |
UTF-8 | 渦빚手뤈 | 111001101011100010100110111010111011100110011010111001101000100110001011111010111010010010001000 | e6b8a6ebb99ae6898beba488 |
UHC | 渦빚手뤈 | 1110100010111110101110101111101011100010101000101000111110111000 | e8bebafae2a28fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)