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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
EUC-JP | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
UTF-8 | 젓멱k}젓멱k{^ | 1110110010100000100100111110101110101001101100010110101101111101111011001010000010010011111010111010100110110001011010110111101101011110 | eca093eba9b16b7deca093eba9b16b7b5e |
UHC | 젓멱k}젓멱k{^ | 11000001101000111011100011101000011010110111110111000001101000111011100011101000011010110111101101011110 | c1a3b8e86b7dc1a3b8e86b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)