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 | ?想}?想{^ | 001111111001000101111010011111010011111110010001011110100111101101011110 | 3f917a7d3f917a7b5e |
EUC-JP | ?想}?想{^ | 001111111100000111011011011111010011111111000001110110110111101101011110 | 3fc1db7d3fc1db7b5e |
UTF-8 | 윫想}윫想{^ | 111011001001110010101011111001101000001110110011011111011110110010011100101010111110011010000011101100110111101101011110 | ec9cabe683b37dec9cabe683b37b5e |
UHC | 윫想}윫想{^ | 1001111110101010110111111100110001111101100111111010101011011111110011000111101101011110 | 9faadfcc7d9faadfcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)