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 | 鬲夥「狩 | 11101001101011011001101011101100101000101000111011101011 | e9ad9aeca28eeb |
EUC-JP | 鬲夥「狩 | 1111001010101111110101001110111010001110101000101011110011101101 | f2afd4ee8ea2bced |
UTF-8 | 鬲夥「狩 | 111010011010110010110010111001011010010010100101111011111011110110100010111001111000101110101001 | e9acb2e5a4a5efbda2e78ba9 |
UHC | ???狩 | 0011111100111111001111111110001010101101 | 3f3f3fe2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)