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 | シ゚セノ治セ | 10111100110111111011111011001001100011101010000110111110 | bcdfbec98ea1be |
EUC-JP | シ゚セノ治セ | 100011101011110010001110110111111000111010111110100011101100100110111100101000111000111010111110 | 8ebc8edf8ebe8ec9bca38ebe |
UTF-8 | シ゚セノ治セ | 111011111011110110111100111011111011111010011111111011111011110110111110111011111011111010001001111001101011001010111011111011111011110110111110 | efbdbcefbe9fefbdbeefbe89e6b2bbefbdbe |
UHC | ????治? | 00111111001111110011111100111111111101101011110100111111 | 3f3f3f3ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)