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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 壯??o | 1001101011100001001111110011111101101111 | 9ae13f3f6f |
EUC-JP | 壯??o | 1101010011100011001111110011111101101111 | d4e33f3f6f |
UTF-8 | 壯⒴윿o | 11100101101000111010111111100010100100101011010011101100100111001011111101101111 | e5a3afe292b4ec9cbf6f |
UHC | 壯⒴윿o | 11101101111000001010100111100101100111111011011101101111 | ede0a9e59fb76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)