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 | 跌ク譌ヲ蓍㎡ | 11100110111010011011100011100110100101111010011011100100111001111000011101110101 | e6e9b8e697a6e4e78775 |
EUC-JP | 跌ク譌ヲ蓍? | 1110110011101011100011101011100011101011111101111000111010100110111010001110100100111111 | eceb8eb8ebf78ea6e8e93f |
UTF-8 | 跌ク譌ヲ蓍㎡ | 111010001011011110001100111011111011110110111000111010001010110110001100111011111011110110100110111010001001001110001101111000111000111010100001 | e8b78cefbdb8e8ad8cefbda6e8938de38ea1 |
UHC | 跌???蓍㎡ | 111100101111011000111111001111110011111111100011110010011010011110110011 | f2f63f3f3fe3c9a7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)