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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 悟??悟??E | 100011001110010100111111001111111000110011100101001111110011111101000101 | 8ce53f3f8ce53f3f45 |
EUC-JP | 悟??悟??E | 101110001110011100111111001111111011100011100111001111110011111101000101 | b8e73f3fb8e73f3f45 |
UTF-8 | 悟뉙눍悟뉙눐E | 11100110100000101001111111101011100010011001100111101011100010001000110111100110100000101001111111101011100010011001100111101011100010001001000001000101 | e6829feb8999eb888de6829feb8999eb889045 |
UHC | 悟뉙눍悟뉙눐E | 11100111111101101000011111101101100001111010100111100111111101101000011111101101100001111010110001000101 | e7f687ed87a9e7f687ed87ac45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)