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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辰鱈測谷村 | 10010010010000111001001001001100100100011010101010010010010010101001000110111010 | 9243924c91aa924a91ba |
EUC-JP | 辰鱈測谷村 | 11000011101001001100001110101101110000101010110011000011101010111100001010111100 | c3a4c3adc2acc3abc2bc |
UTF-8 | 辰鱈測谷村 | 111010001011111010110000111010011011000110001000111001101011100010101100111010001011000010110111111001101001110110010001 | e8beb0e9b188e6b8ace8b0b7e69d91 |
UHC | 辰?測谷村 | 111100101110001100111111111101101011010011001101110110111111010110111101 | f2e33ff6b4cddbf5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)