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 | 100010111110000100111111001111111000101111100001001111110011111101000101 | 8be13f3f8be13f3f45 |
EUC-JP | 吟??吟??E | 101101101110001100111111001111111011011011100011001111110011111101000101 | b6e33f3fb6e33f3f45 |
UTF-8 | 吟쏆뎱吟쏆뎴E | 11100101100100001001111111101100100011111000011011101011100011101011000111100101100100001001111111101100100011111000011011101011100011101011010001000101 | e5909fec8f86eb8eb1e5909fec8f86eb8eb445 |
UHC | 吟쏆뎱吟쏆뎴E | 11101011111000011001101111101100100010011000010011101011111000011001101111101100100010011000011101000101 | ebe19bec8984ebe19bec898745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)