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 | 穽?才?悌? | 111000100111011000111111100011011100101100111111100100101110111000111111 | e2763f8dcb3f92ee3f |
EUC-JP | 穽?才?悌? | 111000111101011100111111101110101100110100111111110001001111000000111111 | e3d73fbacd3fc4f03f |
UTF-8 | 穽렯才렖悌렧 | 111001111010100110111101111010111010000010101111111001101000100110001101111010111010000010010110111001101000001010001100111010111010000010100111 | e7a9bdeba0afe6898deba096e6828ceba0a7 |
UHC | 穽렯才렖悌렧 | 111011111111000010001110101111001110111010100110100011101010101111110000101010101000111010110110 | eff08ebceea68eabf0aa8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)