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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??橈^ | 0011111100111111100111101111010001011110 | 3f3f9ef45e |
EUC-JP | ??橈^ | 0011111100111111110111001111011001011110 | 3f3fdcf65e |
UTF-8 | 솨솰橈^ | 11101100100001101010100011101100100001101011000011100110101010011000100001011110 | ec86a8ec86b0e6a9885e |
UHC | 솨솰橈^ | 10111100110111011011110011100000111010001111101001011110 | bcddbce0e8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)