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 | 踈ヲホエ孖狗 | 111001101111000110100110110011101011010011111010101001101000101111100111 | e6f1a6ceb4faa68be7 |
EUC-JP | 踈ヲホエ孖狗 | 11101100111100111000111010100110100011101100111010001110101101001000111110111010101111101011011011101001 | ecf38ea68ece8eb48fbabeb6e9 |
UTF-8 | 踈ヲホエ孖狗 | 111010001011100010001000111011111011110110100110111011111011111010001110111011111011110110110100111001011010110110010110111001111000101110010111 | e8b888efbda6efbe8eefbdb4e5ad96e78b97 |
UHC | ?????狗 | 00111111001111110011111100111111001111111100111110110111 | 3f3f3f3f3fcfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)