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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???押??B | 0011111100111111001111111000100110011111001111110011111101000010 | 3f3f3f899f3f3f42 |
EUC-JP | ???押??B | 0011111100111111001111111011001010100001001111110011111101000010 | 3f3f3fb2a13f3f42 |
UTF-8 | 緣귦뢜押땹뢝B | 11100111101101111010001111101010101101111010011011101011101000101001110011100110100010101011110011101011100101011011100111101011101000101001110101000010 | e7b7a3eab7a6eba29ce68abceb95b9eba29d42 |
UHC | 緣귦뢜押땹뢝B | 11100110110111101000001011101101100011110101011111100100111000111000101110001111100011110101100001000010 | e6de82ed8f57e4e38b8f8f5842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)