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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畏??揄?╋ | 100010001101100000111111001111111001110110001001001111111000010010110100 | 88d83f3f9d893f84b4 |
EUC-JP | 畏??揄?╋ | 101100001101101000111111001111111101100111101001001111111010100010110110 | b0da3f3fd9e93fa8b6 |
UTF-8 | 畏븍끽揄낉╋ | 111001111001010110001111111010111011100010001101111010111000000110111101111001101000111110000100111010111000001010001001111000101001010110001011 | e7958febb88deb81bde68f84eb8289e2958b |
UHC | 畏븍끽揄낉╋ | 111010001110011010111010111010111011001110100011111010101111000110000101111011111010011010110110 | e8e6baebb3a3eaf185efa6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)