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 | 将筍ワ煜 | 10001111101010111110001010100001110111001111101101010101 | 8fabe2a1dcfb55 |
EUC-JP | 将筍ワ煜 | 101111101010110111100100101000111000111011011100100011111100100111111100 | beade4a38edc8fc9fc |
UTF-8 | 将筍ワ煜 | 111001011011000010000110111001111010110110001101111011111011111010011100111001111000010110011100 | e5b086e7ad8defbe9ce7859c |
UHC | ?筍?煜 | 001111111110001011101100001111111110100111110010 | 3fe2ec3fe9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)