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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | ?饒\}?饒\{^ | 0011111111101001011000000101110001111101001111111110100101100000010111000111101101011110 | 3fe9605c7d3fe9605c7b5e |
EUC-JP | ?饒\}?饒\{^ | 0011111111110001110000010101110001111101001111111111000111000001010111000111101101011110 | 3ff1c15c7d3ff1c15c7b5e |
UTF-8 | 뮅饒\}뮅饒\{^ | 1110101110101110100001011110100110100101100100100101110001111101111010111010111010000101111010011010010110010010010111000111101101011110 | ebae85e9a5925c7debae85e9a5925c7b5e |
UHC | 뮅饒\}뮅饒\{^ | 10010010100101001110100110101110010111000111110110010010100101001110100110101110010111000111101101011110 | 9294e9ae5c7d9294e9ae5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)