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 | 訒ァ蠑城園閠 | 1111101110100011101001111110010110111100100011111110100110001001100000001110100010000000 | fba3a7e5bc8fe98980e880 |
EUC-JP | 訒ァ蠑城園閠 | 10001111110111011100100010001110101001111110101010111110101111101110101110110001111000001110111111100000 | 8fddc88ea7eabebeebb1e0efe0 |
UTF-8 | 訒ァ蠑城園閠 | 111010001010100010010010111011111011110110100111111010001010000010010001111001011001111110001110111001011001110010010010111010011001011010100000 | e8a892efbda7e8a091e59f8ee59c92e996a0 |
UHC | ???城園? | 0011111100111111001111111110000011110010111010101010111000111111 | 3f3f3fe0f2eaae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)