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 | ???M??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
SJIS-WIN | テδ」Mテつ暗 | 11000011100000111100001010100011010011011100001110000010110000101000100011000011 | c383c2a34dc382c288c3 |
EUC-JP | テδ」Mテつ暗 | 10001110110000111010011011000100100011101010001101001101100011101100001110100100110001001011000011000101 | 8ec3a6c48ea34d8ec3a4c4b0c5 |
UTF-8 | テδ」Mテつ暗 | 111011111011111010000011110011101011010011101111101111011010001101001101111011111011111010000011111000111000000110100100111001101001101010010111 | efbe83ceb4efbda34defbe83e381a4e69a97 |
UHC | ?δ?M?つ暗 | 00111111101001011110010000111111010011010011111110101010110001001110010011011110 | 3fa5e43f4d3faac4e4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)