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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?籬悼捨然^ | 00111111111000101101111110010011100010011000111011001100100100010101001001011110 | 3fe2df93898ecc91525e |
EUC-JP | ?籬悼捨然^ | 00111111111001001110000111000101111010011011110011001110110000011011001101011110 | 3fe4e1c5e9bccec1b35e |
UTF-8 | 뤒籬悼捨然^ | 11101011101001001001001011100111101100011010110011100110100000101011110011100110100011011010100011100111100001001011011001011110 | eba492e7b1ace682bce68da8e784b65e |
UHC | 뤒籬悼捨然^ | 1000111111000010110101111110011011010011111110101101111011010111111001101101010001011110 | 8fc2d7e6d3faded7e6d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)