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 | シセシニ湿爵 | 1011110010111110101111001100011010001110101111001000111011011101 | bcbebcc68ebc8edd |
EUC-JP | シセシニ湿爵 | 100011101011110010001110101111101000111010111100100011101100011010111100101111101011110011011111 | 8ebc8ebe8ebc8ec6bcbebcdf |
UTF-8 | シセシニ湿爵 | 111011111011110110111100111011111011110110111110111011111011110110111100111011111011111010000110111001101011100110111111111001111000100010110101 | efbdbcefbdbeefbdbcefbe86e6b9bfe788b5 |
UHC | ?????爵 | 00111111001111110011111100111111001111111110110111001001 | 3f3f3f3f3fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)