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 | 汝?オ外 | 10010011111100000011111110000011010010011000101001001111 | 93f03f83498a4f |
EUC-JP | 汝?オ外 | 11000110111100100011111110100101101010101011001110110000 | c6f23fa5aab3b0 |
UTF-8 | 汝싩オ外 | 111001101011000110011101111011001000101110101001111000111000001010101010111001011010010010010110 | e6b19dec8ba9e382aae5a496 |
UHC | 汝싩オ外 | 1110011010100011100110101110011110101011101010101110100011100010 | e6a39ae7abaae8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)