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 | 郤悟沺 | 111001111011101010001100111001011001111110011111 | e7ba8ce59f9f |
EUC-JP | 郤悟沺 | 111011101011110010111000111001111101111010100001 | eebcb8e7dea1 |
UTF-8 | 郤悟沺 | 111010011000001110100100111001101000001010011111111001101011001010111010 | e983a4e6829fe6b2ba |
UHC | ?悟? | 00111111111001111111011000111111 | 3fe7f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)