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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?塢}?塢{^ | 001111111001101011000111011111010011111110011010110001110111101101011110 | 3f9ac77d3f9ac77b5e |
EUC-JP | ?塢}?塢{^ | 001111111101010011001001011111010011111111010100110010010111101101011110 | 3fd4c97d3fd4c97b5e |
UTF-8 | 롒塢}롒塢{^ | 111010111010000110010010111001011010000110100010011111011110101110100001100100101110010110100001101000100111101101011110 | eba192e5a1a27deba192e5a1a27b5e |
UHC | 롒塢}롒塢{^ | 1000111011010111111001111111000101111101100011101101011111100111111100010111101101011110 | 8ed7e7f17d8ed7e7f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)