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 | 跌ク譌ヲ蓍㌧ | 11100110111010011011100011100110100101111010011011100100111001111000011101100100 | e6e9b8e697a6e4e78764 |
EUC-JP | 跌ク譌ヲ蓍? | 1110110011101011100011101011100011101011111101111000111010100110111010001110100100111111 | eceb8eb8ebf78ea6e8e93f |
UTF-8 | 跌ク譌ヲ蓍㌧ | 111010001011011110001100111011111011110110111000111010001010110110001100111011111011110110100110111010001001001110001101111000111000110010100111 | e8b78cefbdb8e8ad8cefbda6e8938de38ca7 |
UHC | 跌???蓍? | 1111001011110110001111110011111100111111111000111100100100111111 | f2f63f3f3fe3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)