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 | 笘躊湫 | 111000101001100011100111010100111001111111010101 | e298e7539fd5 |
EUC-JP | 笘躊湫 | 111000111111100011101101101101001101111011010111 | e3f8edb4ded7 |
UTF-8 | 笘躊湫 | 111001111010110010011000111010001011101010001010111001101011100110101011 | e7ac98e8ba8ae6b9ab |
UHC | ?躊湫 | 0011111111110001110011001111010111010011 | 3ff1ccf5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)