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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | セ蛩Yセ蛩bE | 101111101110010101111101010110011011111011100101011111010110001001000101 | bee57d59bee57d6245 |
EUC-JP | セ蛩Yセ蛩bE | 1000111010111110111010011101111001011001100011101011111011101001110111100110001001000101 | 8ebee9de598ebee9de6245 |
UTF-8 | セ蛩Yセ蛩bE | 111011111011110110111110111010001001101110101001010110011110111110111101101111101110100010011011101010010110001001000101 | efbdbee89ba959efbdbee89ba96245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)