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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 櫤ムヘ | 11111010111100111101000111001101 | faf3d1cd |
EUC-JP | 櫤ムヘ | 10001111110001011101010110001110110100011000111011001101 | 8fc5d58ed18ecd |
UTF-8 | 櫤ムヘ | 111001101010101110100100111011111011111010010001111011111011111010001101 | e6aba4efbe91efbe8d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)