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 | ユュヘハ昭モ | 11010101101011011100110111001010100011111011101011010011 | d5adcdca8fbad3 |
EUC-JP | ユュヘハ昭モ | 100011101101010110001110101011011000111011001101100011101100101010111110101111001000111011010011 | 8ed58ead8ecd8ecabebc8ed3 |
UTF-8 | ユュヘハ昭モ | 111011111011111010010101111011111011110110101101111011111011111010001101111011111011111010001010111001101001100010101101111011111011111010010011 | efbe95efbdadefbe8defbe8ae698adefbe93 |
UHC | ????昭? | 00111111001111110011111100111111111000011011100100111111 | 3f3f3f3fe1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)