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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 釈酌渉コV | 1000111011011111100011101101111010001111110000101011101001010110 | 8edf8ede8fc2ba56 |
EUC-JP | 釈酌渉コV | 101111001110000110111100111000001011111011000100100011101011101001010110 | bce1bce0bec48eba56 |
UTF-8 | 釈酌渉コV | 11101001100001111000100011101001100001011000110011100110101110001000100111101111101111011011101001010110 | e98788e9858ce6b889efbdba56 |
UHC | ?酌??V | 001111111110110111001100001111110011111101010110 | 3fedcc3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)