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 | ???敲半^ | 0011111100111111001111111001110111001000100101001011110001011110 | 3f3f3f9dc894bc5e |
EUC-JP | ???敲半^ | 0011111100111111001111111101101011001010110010001011111001011110 | 3f3f3fdacac8be5e |
UTF-8 | 뤞뽀춳敲半^ | 11101011101001001001111011101011101111011000000011101100101101101011001111100110100101011011001011100101100011011000101001011110 | eba49eebbd80ecb6b3e695b2e58d8a5e |
UHC | 뤞뽀춳敲半^ | 1000111111001101101110111100011110101101100011111100110110111011110110101110001001011110 | 8fcdbbc7ad8fcdbbdae25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)