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 | 鬲夥「伎 | 11101001101011011001101011101100101000101000101011101010 | e9ad9aeca28aea |
EUC-JP | 鬲夥「伎 | 1111001010101111110101001110111010001110101000101011010011101100 | f2afd4ee8ea2b4ec |
UTF-8 | 鬲夥「伎 | 111010011010110010110010111001011010010010100101111011111011110110100010111001001011110010001110 | e9acb2e5a4a5efbda2e4bc8e |
UHC | ???伎 | 0011111100111111001111111101000011101011 | 3f3f3fd0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)