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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雋樒棟莠 | 1110100010110010100111101110011110010011100011111110010010111010 | e8b29ee7938fe4ba |
EUC-JP | 雋樒棟莠 | 1111000010110100110111001110100111000101111011111110100010111100 | f0b4dce9c5efe8bc |
UTF-8 | 雋樒棟莠 | 111010011001101110001011111001101010100010010010111001101010001110011111111010001000111010100000 | e99b8be6a892e6a39fe88ea0 |
UHC | 雋?棟? | 111100011110011000111111110101001101011000111111 | f1e63fd4d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)