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 | 訒・謔介〒螳 | 1111101110100011101001011110011010000010100010011110111010000001101001111110010110101110 | fba3a5e68289ee81a7e5ae |
EUC-JP | 訒・謔介〒螳 | 10001111110111011100100010001110101001011110101111100010101100101111000010100010101010011110101010110000 | 8fddc88ea5ebe2b2f0a2a9eab0 |
UTF-8 | 訒・謔介〒螳 | 111010001010100010010010111011111011110110100101111010001010110010010100111001001011101110001011111000111000000010010010111010001001111010110011 | e8a892efbda5e8ac94e4bb8be38092e89eb3 |
UHC | ??謔介?螳 | 001111110011111111111001110011001100101110111111001111111101001111011001 | 3f3ff9cccbbf3fd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)